Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Xena OpenAutomation files #10448

Conversation

Alexis-Lapierre
Copy link
Contributor

Add syntax highlighting for .xtc/.xoa/.xpc files.

This merge request build upon my tree sitter, tree-sitter-xtc,
visible here: https://github.com/Alexis-Lapierre/tree-sitter-xtc.

  • XTC stand for Xena Traffic Configuration
  • XOA stand for Xena OpenAutomation
  • XPC stand for Xena Port Configuration

You can read about the scripting language here:
https://docs.xenanetworks.com/projects/xoa-cli/en/latest/index.html

@Alexis-Lapierre
Copy link
Contributor Author

Alexis-Lapierre commented Apr 15, 2024

As always, feedback is welcome.

I was holding this tree-sitter for myself for a while, but I though that it may be of use for other users of this editor.

@kirawi kirawi added the A-language-support Area: Support for programming/text languages label Apr 15, 2024
languages.toml Outdated Show resolved Hide resolved
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
@pascalkuthe pascalkuthe merged commit 8256ca7 into helix-editor:master Apr 16, 2024
6 checks passed
shaleh pushed a commit to shaleh/helix that referenced this pull request Apr 16, 2024
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
postsolar pushed a commit to postsolar/helix that referenced this pull request Apr 20, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-support Area: Support for programming/text languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants