Skip to content

Commit

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

0 comments on commit c2df7e2

Please sign in to comment.