diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-09 23:32:49 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-09 23:32:49 +0100 |
commit | 7e6641ebf5653c5f6b4e48cbb1ec46fc12c84fcf (patch) | |
tree | 5013c5cf0d6ab0747386709523edb02b4fa64895 | |
parent | b168a6fb6d771e4efd99762767a32a80ef8fb6d7 (diff) |
Add vim textobjects
-rw-r--r-- | queries/gsp/textobjects.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/queries/gsp/textobjects.scm b/queries/gsp/textobjects.scm new file mode 100644 index 0000000..53db443 --- /dev/null +++ b/queries/gsp/textobjects.scm @@ -0,0 +1,3 @@ +(node) @node.outer +(node_body) @node.inner +(text) @text.outer |