We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 syntax highlighting queries to queries/highlights.scm. They are documented in https://tree-sitter.github.io/tree-sitter/syntax-highlighting.
queries/highlights.scm
This file looks something like this:
;;;; Syntax Highlighting Querries ;; Keywords [ "record" "end" ] @keyword ;; Base types (real_type) @type.builtin (integer_type) @type.builtin ;; Complex types (record_definition (record_statement) @type) (record_definition (_end_of_statement) @type)
The text was updated successfully, but these errors were encountered:
Added in #6
Sorry, something went wrong.
No branches or pull requests
Add syntax highlighting queries to
queries/highlights.scm
. They are documented in https://tree-sitter.github.io/tree-sitter/syntax-highlighting.This file looks something like this:
The text was updated successfully, but these errors were encountered: