You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
DO NOT EDIT
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.
History
This is the second version of the tree-sitter parser for Slint. The first can be found here:
A big thank you to @jrmoulton for creating and maintaining it!
Licensing
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.
About
A copy of the tree-sitter configuration found in editors/tree-sitter-slint of the slint mono-repository