(identifier) @variable ((identifier) @constant (#match? @constant "^[A-Z][A-Z_0-9]*$")) ;; Keywords [ "if" "else" "elseif" "endif" ] @conditional [ "try" "catch" "finally" "endtry" "throw" ] @exception [ "for" "endfor" "in" "while" "endwhile" ] @repeat [ "function" "endfunction" ] @keyword.function ;; Function related (function_declaration name: (_) @function) (call_expression function: (identifier) @function) (function_declaration parameters: (parameters (identifier) @parameter)) [ (bang) (spread) ] @punctuation.special [ (no_option) (inv_option) (default_option) (option_name) ] @variable.builtin [ (scope) "a:" "$" ] @namespace ;; Commands and user defined commands [ "let" "unlet" "call" "execute" "normal" "set" "silent" "echo" "autocmd" "augroup" "return" "lua" "ruby" "perl" "python" "highlight" ] @keyword (map_statement cmd: _ @keyword) (command_name) @function.macro [ "" "" "" "