Skip to content

Commit

Permalink
reuse string literal block
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg committed Oct 14, 2024
1 parent c2df7e2 commit 3eb48be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions typescript/vscode-ext/packages/syntaxes/baml.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@
"patterns": [{ "include": "#type_definition" }, { "include": "#type_definition" }],
"end": ">"
},
{
"match": "\"[^\"]*\"",
"name": "string.quoted.double"
},
{
"match": "\\b(true|false)\\b",
"name": "constant.language.boolean"
Expand All @@ -158,6 +154,9 @@
"match": "\\w+",
"name": "support.type"
},
{
"include": "#string_literal"
},
{
"match": "\\[\\]",
"name": "keyword.control.baml"
Expand Down

0 comments on commit 3eb48be

Please sign in to comment.