tree-sitter-langs icon indicating copy to clipboard operation
tree-sitter-langs copied to clipboard

Add support for the CodeQL Query Language

Open anticomputer opened this issue 3 years ago • 3 comments

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.

anticomputer avatar Mar 18 '22 21:03 anticomputer

Thanks!

This package currently provides queries only for tree-sitter-hl. Please remove non-hl queries.

ubolonton avatar Mar 19 '22 04:03 ubolonton

Thanks!

This package currently provides queries only for tree-sitter-hl. Please remove non-hl queries.

Done :)

anticomputer avatar Mar 19 '22 13:03 anticomputer

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.

anticomputer avatar Mar 30 '22 18:03 anticomputer