We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c8b9d commit 0e78504Copy full SHA for 0e78504
grammars/javascript.cson
@@ -1494,6 +1494,30 @@
1494
}
1495
]
1496
1497
+ {
1498
+ 'begin': '(hbs|handlebars)\\s*(`)'
1499
+ 'beginCaptures':
1500
+ '1':
1501
+ 'name': 'entity.name.function.js'
1502
+ '2':
1503
+ 'name': 'punctuation.definition.string.begin.js'
1504
+ 'end': '`'
1505
+ 'endCaptures':
1506
+ '0':
1507
+ 'name': 'punctuation.definition.string.end.js'
1508
+ 'name': 'string.quoted.template.sql.js'
1509
+ 'patterns': [
1510
1511
+ 'include': '#string_escapes'
1512
+ }
1513
1514
+ 'include': '#interpolated_js'
1515
1516
1517
+ 'include': 'source.handlebars'
1518
1519
+ ]
1520
1521
{
1522
'begin': '`'
1523
'beginCaptures':
0 commit comments