helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
31.15k stars 2.3k forks source link

new language: add syphon grammar #11036

Closed yhyadev closed 6 days ago

yhyadev commented 1 week ago

Hey, Syphon is a language I currently develop and maintain, made a tree sitter parser for developer experience and maintaining it myself instead of somebody else doing it.. now I am trying to add it to your editor, how lovely.

Anyways, I tested it with .config/runtime/queries before I make this pull request but I didn't try it with the current master branch because my pc is bad enough to not build it, I hope you test it before merging.

yhyadev commented 1 week ago

Hmmm, the test suite failed because I didn't run cargo xtask docgen

yhyadev commented 1 week ago

Made the change manually with the patch I got from the test suite

yhyadev commented 6 days ago

Okay, I think I can just maintain it locally for now, and thanks for the review I didn't realize you used different scopes