Skip to content

Commit 21f7d62

Browse files
authored
syntax highlighting for pdf type (#2414)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add `pdf` to recognized types in `type_definition` pattern in `baml.tmLanguage.json`. > > - **Syntax Highlighting**: > - Add `pdf` to recognized types in `type_definition` pattern in `baml.tmLanguage.json`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 56f1a24. You can [customize](https://app.ellipsis.dev/BoundaryML/settings/summaries) this summary. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent 5c3c412 commit 21f7d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/apps/vscode-ext/syntaxes/baml.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
"type_definition": {
351351
"patterns": [
352352
{
353-
"match": "\\b(bool|int|float|string|null|image|audio)\\b",
353+
"match": "\\b(bool|int|float|string|null|image|audio|pdf)\\b",
354354
"name": "storage.type.baml"
355355
},
356356
{

0 commit comments

Comments
 (0)