mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Add TS quote query for a few languages, re #287
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
; inherits: quote
|
||||
|
||||
(preproc_ifdef
|
||||
["#ifdef" "#ifndef"] @open.def
|
||||
"#endif" @close.def) @scope.def
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
; inherits: c,quote
|
||||
; inherits: c
|
||||
|
||||
(template_parameter_list
|
||||
"<" @open.template
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
; inherits: quote
|
||||
|
||||
[
|
||||
(element)
|
||||
(script_element)
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
; inherits: quote
|
||||
|
||||
; --------------- if/else ---------------
|
||||
(block (if_expression "if" @open.if_) @scope.if_)
|
||||
(expression_statement (if_expression "if" @open.if_) @scope.if_)
|
||||
|
||||
Reference in New Issue
Block a user