Skip to content

Commit bbf7d67

Browse files
fix(syntax): ネームスペース関数の引数でテンプレートリテラルがハイライトされない問題を修正
Fix #21
1 parent b8ec99a commit bbf7d67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aiscript/syntaxes/aiscript.tmLanguage.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@
120120
"patterns": [
121121
{
122122
"include": "#syntax"
123+
},
124+
{
125+
"include": "#template-strings"
123126
}
124127
],
125128
"end": "\\)"

0 commit comments

Comments
 (0)