Sublime Forum

How to add Intellisense for new language?

#1

Hi SublimeText Community!
I am developer of PPL language (github.com/okogosov/ppl), want to add PPL language to the list of
Sublime Test supported languages.
It is needed to set highlighting colors and intellisense for keywords and function names of libraries.
Does anybody know where I can find explanation how to do it?

Thanks in advance
Oscar

0 Likes

#2

For highlighting, you can create a syntax definition (.sublime-syntax)[1].
For completions, you can use sublime-completions and sublime-snippet files[2].

[1]: Syntax Definitions (sublimetext.com)

[2]: Completions (sublimetext.com)

0 Likes