diff options
Diffstat (limited to 'runtime/queries/vim')
| -rw-r--r-- | runtime/queries/vim/highlights.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/queries/vim/highlights.scm b/runtime/queries/vim/highlights.scm index df7b3cf48..20a044a60 100644 --- a/runtime/queries/vim/highlights.scm +++ b/runtime/queries/vim/highlights.scm @@ -127,6 +127,7 @@ "eval" "sign" "abort" + "substitute" ] @keyword (map_statement @@ -313,6 +314,9 @@ (binary_operation "." @operator) +(lua_statement + "=" @keyword) + ; Punctuation [ "(" |
