mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Query: add string.escape
Needs https://github.com/nvim-treesitter/tree-sitter-query/pull/5
This commit is contained in:
parent
842077acf7
commit
3dbbc2dc7d
2 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
"revision": "a0d688d62dcb9cbc7c53f0d98343c458b3776b3d"
|
||||
},
|
||||
"query": {
|
||||
"revision": "0ec086c6fcd3528a134eb6172c3a96cf669a355f"
|
||||
"revision": "020affead9faaa967103616a73ff1ace9571a573"
|
||||
},
|
||||
"regex": {
|
||||
"revision": "be2e415b5716615530234d179dc27c32b7a1d86b"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
(string) @string
|
||||
(escape_sequence) @string.escape
|
||||
(capture) @type
|
||||
(anonymous_node) @string
|
||||
(predicate) @function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue