feat(tcl)!: update parser and queries

This commit is contained in:
Christian Clason 2025-04-18 13:22:20 +02:00
parent 990110336c
commit 308c9b26c7
2 changed files with 4 additions and 2 deletions

View file

@ -2271,7 +2271,7 @@ return {
},
tcl = {
install_info = {
revision = 'f15e711167661d1ba541d4f62b9dbfc4ce61ec56',
revision = '7b582f8b113bd8a014a44e07d103f70205ac983d',
url = 'https://github.com/tree-sitter-grammars/tree-sitter-tcl',
},
maintainers = { '@lewis6991' },

View file

@ -2,7 +2,9 @@
(braced_word_simple)
(namespace)
(command)
(conditional)
(if)
(else)
(elseif)
(foreach)
(while)
(try)