This directory contains Highlighter plugins that use Tree-sitter.
Each plugin contains a vendored copy of the corresponding grammar in the tree-sitter-<language> sub-directory, consisting of the following files:
grammar.js: the grammar used by the Tree-sitter command line tool to generate the parser.highlights.scm: the syntax highlight query.scanner.c: an optional scanner.LICENSE: the license for the grammar.