Add TS query for javascript template string, re #58

This commit is contained in:
Andy K. Massimino
2021-07-25 16:54:20 -04:00
parent ffaa0c2a02
commit 80315c2933

View File

@@ -26,3 +26,8 @@
((if_statement
"if" @open.if) @scope.if
(#not-has-parent? @scope.if else_clause))
; template strings
(template_string
"`" @open.tmpl_str
"`" @close.tmpl_str) @scope.tmpl_str