feat: add support for vim

This commit is contained in:
Thomas Vigouroux 2021-04-18 09:57:02 +02:00 committed by Stephan Seitz
parent 9c5dd185c4
commit 1877e03bfa
4 changed files with 124 additions and 0 deletions

View file

@ -0,0 +1,9 @@
(lua_statement . (_) @lua)
(ruby_statement . (_) @ruby)
(python_statement . (_) @python)
;; If we support perl at some point...
;; (perl_statement . (_) @perl)
(autocmd_statement (pattern) @regex)
(comment) @comment