mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
Add slint parser configuration and queries (#2598)
* Add slint parser * Mark slint as experimental * Remove filetype and add slint to the lockfile * Update queries * Update varibable.builtin's and repeats * Update slint true false * Change export back to keyword * Change export back to include :)
This commit is contained in:
parent
444525d386
commit
cc4f373bb4
4 changed files with 141 additions and 0 deletions
|
|
@ -461,6 +461,16 @@ list.supercollider = {
|
|||
filetype = "supercollider",
|
||||
}
|
||||
|
||||
list.slint = {
|
||||
install_info = {
|
||||
url = "https://github.com/jrmoulton/tree-sitter-slint",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
maintainers = { "@jrmoulton" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.haskell = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-haskell",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue