mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(tcl)!: update parser and queries
This commit is contained in:
parent
990110336c
commit
308c9b26c7
2 changed files with 4 additions and 2 deletions
|
|
@ -2271,7 +2271,7 @@ return {
|
|||
},
|
||||
tcl = {
|
||||
install_info = {
|
||||
revision = 'f15e711167661d1ba541d4f62b9dbfc4ce61ec56',
|
||||
revision = '7b582f8b113bd8a014a44e07d103f70205ac983d',
|
||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-tcl',
|
||||
},
|
||||
maintainers = { '@lewis6991' },
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
(braced_word_simple)
|
||||
(namespace)
|
||||
(command)
|
||||
(conditional)
|
||||
(if)
|
||||
(else)
|
||||
(elseif)
|
||||
(foreach)
|
||||
(while)
|
||||
(try)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue