mirror of https://github.com/helix-editor/helix
Add support for Robot Framework files (#6611)
* Add support for Robot Framework files * Run docgenpull/6643/head
parent
b663b89529
commit
1148ce1fd9
@ -0,0 +1,21 @@
|
||||
(comment) @comment
|
||||
(ellipses) @punctuation.delimiter
|
||||
|
||||
(section_header) @keyword
|
||||
(extra_text) @comment
|
||||
|
||||
(setting_statement) @keyword
|
||||
|
||||
(variable_definition (variable_name) @variable)
|
||||
|
||||
(keyword_definition (name) @function)
|
||||
(keyword_definition (body (keyword_setting) @keyword))
|
||||
|
||||
(test_case_definition (name) @property)
|
||||
|
||||
(keyword_invocation (keyword) @function)
|
||||
|
||||
(argument (text_chunk) @string)
|
||||
(argument (scalar_variable) @string.special)
|
||||
(argument (list_variable) @string.special)
|
||||
(argument (dictionary_variable) @string.special)
|
Loading…
Reference in New Issue