komsit37 / sublime-q

Sublime Text Plugin for q/kdb
MIT License
24 stars 9 forks source link

Highlight function call #41

Open antipisa opened 5 months ago

antipisa commented 5 months ago

How can you add a syntax highlighting argument for function calls, either builtins or functions which have been defined within project similarly to what is done here?

(https://stackoverflow.com/questions/11978816/highlight-function-calls-sublime-text-python

Could you also enable gotos for function defs that are in other files opened within project?