Skip to content

Commit ca04ea4

Browse files
author
fidgetingbits
committed
Fix state overlaps and missing function types
1 parent a5dda9f commit ca04ea4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

queries/shellscript.scm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
)
1111
[
1212
(if_statement)
13-
(command)
1413
(function_definition)
1514
(declaration_command)
1615
] @statement
@@ -138,11 +137,7 @@
138137
;;! -
139138
(function_definition
140139
body: (_
141-
"{"
142-
.
143140
(_)? @_.interior
144-
.
145-
"}"
146141
)
147142
) @namedFunction @_.domain
148143

0 commit comments

Comments
 (0)