forked from helix-editor/helix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Xena OpenAutomation files (helix-editor#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 wild
- Loading branch information
1 parent
6735a5c
commit 508454e
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |