fix(ts): remove unused files

This commit is contained in:
2026-05-03 14:51:54 +02:00
parent 94a5371629
commit 28840a9e06
40 changed files with 0 additions and 1683 deletions
-32
View File
@@ -1,32 +0,0 @@
[
(if_statement)
(for_statement)
(while_statement)
(case_statement)
(function_definition)
(compound_statement)
(subshell)
(command_substitution)
(do_group)
(case_item)
] @indent.begin
[
"fi"
"done"
"esac"
"}"
")"
"then"
"do"
(elif_clause)
(else_clause)
] @indent.branch
[
"fi"
"done"
"esac"
"}"
")"
] @indent.end
-14
View File
@@ -1,14 +0,0 @@
; Scopes
(function_definition) @local.scope
; Definitions
(variable_assignment
name: (variable_name) @local.definition.var)
(function_definition
name: (word) @local.definition.function)
; References
(variable_name) @local.reference
(word) @local.reference