diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 22:26:43 +0200 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 22:26:43 +0200 | 
| commit | 5ba881221f265d4ad7805b49da8a0dd273cb3887 (patch) | |
| tree | 75dd0d5acb48aa8e617fd5bd5c3877ab842344c8 | |
| parent | be988fbc200620bfff8657b7baf868234e899e13 (diff) | |
Fix syntax error
| -rw-r--r-- | queries/gsp/textobjects.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/gsp/textobjects.scm b/queries/gsp/textobjects.scm index 4f735ce..1af89aa 100644 --- a/queries/gsp/textobjects.scm +++ b/queries/gsp/textobjects.scm @@ -2,5 +2,5 @@  (node_body) @node.inner  (text) @text.outer  (comment) @comment.outer -(comment (_+) @comment.inner) +(comment (_)+ @comment.inner)  [(id_attr) (class_attr) (attr)] @attribute.outer  |