tree-sitter-langs
tree-sitter-langs copied to clipboard
Add support for the CodeQL Query Language
This PR adds support for: https://github.com/tree-sitter/tree-sitter-ql
Note: passes tests and compiles cleanly. I've tested the resulting tree-sitter binary artifacts locally and they work as expected.
Thanks!
This package currently provides queries only for tree-sitter-hl. Please remove non-hl queries.
Thanks!
This package currently provides queries only for
tree-sitter-hl. Please remove non-hlqueries.
Done :)
I've released a ql mode included with https://github.com/anticomputer/emacs-codeql, it is named ql-tree-sitter-mode, however I don't expect that to become a default association as it is not on MELPA yet. It would be great if we could include the tree-sitter-ql binary artifact as part of the tree-sitter-langs release though. If not possible, I'll continue packaging my own builds with the emacs-codeql package.