blob: abff22c428a43ff2273cbea2189e418de4822b60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
(argument (dictionary_variable) @string.special)
(argument (list_variable) @string.special)
(argument (scalar_variable) @string.special)
(argument (text_chunk) @string)
(keyword_invocation (keyword) @function)
(test_case_definition (name) @property)
(keyword_definition (body (keyword_setting) @keyword))
(keyword_definition (name) @function)
(variable_definition (variable_name) @variable)
(setting_statement) @keyword
(extra_text) @comment
(section_header) @keyword
(ellipses) @punctuation.delimiter
(comment) @comment
|