mirror of https://github.com/helix-editor/helix
Add support for Xena OpenAutomation files (#10448)
Add support for .xtc/.xoa/.xpc files * XTC stand for Xena Traffic Configuration * XOA stand for Xena OpenAutomation * XPC stand for Xena Port Configuration Theses three file time seems to be the most common file extension I encountered in the wildpull/10484/head
parent
70459b2b66
commit
8256ca7bc3
@ -0,0 +1,27 @@
|
||||
(parameter) @keyword
|
||||
|
||||
(change_port) @function.special
|
||||
|
||||
(template) @variable
|
||||
|
||||
[
|
||||
(hex_argument)
|
||||
(ipv4_argument)
|
||||
] @attribute
|
||||
|
||||
(numeric_argument) @constant.numeric
|
||||
|
||||
(index) @tag
|
||||
|
||||
(string_literal_argument) @string
|
||||
|
||||
(string_argument) @constant.character
|
||||
|
||||
(comment) @comment
|
||||
|
||||
(port_comment) @label
|
||||
|
||||
[
|
||||
("[")
|
||||
("]")
|
||||
] @punctuation.bracket
|
Loading…
Reference in New Issue