fix(ts): remove unused files
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
[
|
||||
(select)
|
||||
(cte)
|
||||
(column_definitions)
|
||||
(case)
|
||||
(subquery)
|
||||
(insert)
|
||||
(when_clause)
|
||||
] @indent.begin
|
||||
|
||||
(block
|
||||
(keyword_begin)) @indent.begin
|
||||
|
||||
(column_definitions
|
||||
")" @indent.branch)
|
||||
|
||||
(subquery
|
||||
")" @indent.branch)
|
||||
|
||||
(cte
|
||||
")" @indent.branch)
|
||||
|
||||
[
|
||||
(keyword_end)
|
||||
(keyword_values)
|
||||
(keyword_into)
|
||||
] @indent.branch
|
||||
|
||||
(keyword_end) @indent.end
|
||||
Reference in New Issue
Block a user