lua ts queries for fields

master
spike 2 years ago
parent 5bc5ca0e60
commit 9d379b301d

@ -63,6 +63,7 @@ return {
-- You can use the capture groups defined in textobjects.scm
["af"] = "@function.outer",
["if"] = "@function.inner",
["aF"] = "@field.outer",
["ac"] = "@class.outer",
["ic"] = "@class.inner",
["aC"] = "@conditional.outer",

@ -0,0 +1 @@
(field) @field.outer
Loading…
Cancel
Save