Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.
(taken from tree-sitter page)
Use with vim/helix/... other editors.
Queries can be found in the nvim-treesitter plugin to nvim as well as the helix editor.
This repository is for convenience of editor users only!
This repository regularly takes the grammar from there and generates the language specific files from it.
Please file bugs in the slint-ui/slint
repository.
Please go the the slint-ui/slint
repository to edit this code: It is found
there in editors/tree-sitter-slint
.
This is the second version of the tree-sitter parser for Slint. The first can be found here:
https://github.com/jrmoulton/tree-sitter-slint
A big thank you to @jrmoulton for creating and maintaining it!
The only file in this repository that we can claim copyright for is grammar.js
.
That file is under MIT license, see LICENSES/MIT.txt
for all the details.
The rest of the files in this repository are generated by tree-sitter for the conveninece of the users. They are licensed however the creator of the tree-sitter tool saw fit.