Add inner/outer-attribute text objects for working with html
This commit is contained in:
parent
8d1e7ed2fe
commit
4831c75e6f
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ return {
|
||||||
["af"] = { query = "@function.outer" },
|
["af"] = { query = "@function.outer" },
|
||||||
["il"] = { query = "@loop.inner" },
|
["il"] = { query = "@loop.inner" },
|
||||||
["al"] = { query = "@loop.outer" },
|
["al"] = { query = "@loop.outer" },
|
||||||
|
["ia"] = { query = "@attribute.inner" },
|
||||||
|
["aa"] = { query = "@attribute.outer" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue