Highlight.vim - vim plugin to annotate words (e.g. intents/entities in RASA)

Highlight.vim is a vim plugin to set a background color to span of texts.

Sometime you need to highlight words, sentences or any character spans in your text file, with a nice background color to point out keywords, labels, etc.

I personally have this need:

  • when analysing any text, with the aim to select verbs, nouns, speacial keywords, having a nice visual overview of different kind of info
  • when annotating intents and entities in “conversational AI” / chatbot tools, like beloved RASA
  • when programming in a standard programming language (nodeJs, Python) to put in evidence functions, variables, etc.

Example of usage:

If you like the project, please :star:star this repository on github to show your support! :pray:

1 Like

Nice!