Use vim syntax definition with sublime-text2

Viewed 2534
2 Answers

In case somebody else comes looking for one (it's now 2022 and we're on ST3 and ST4): There's vimscript-sublime which says it's deprecated and has a pointer to VimL, which is available by Package Control.

For some reason, none of these came up for me when I searched in Package Control for things like "vim script" or "vimscript" or "vim syntax". Now you know.

Related