-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Literals syntax highlight #1034
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Changes requested. Reviewed everything up to c2df7e2 in 20 seconds
More details
- Looked at
19
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_haZGLRuIASTRbbVp
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Incremental review on 3eb48be in 13 seconds
More details
- Looked at
25
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. typescript/vscode-ext/packages/syntaxes/baml.tmLanguage.json:158
- Draft comment:
Thestring_literal
pattern is correctly moved to a separate repository entry. Ensure that all references to string literals in the file use this new entry for consistency. - Reason this comment was not posted:
Confidence changes required:20%
The PR description indicates the addition of syntax highlighting for string literals and boolean constants. The change involves moving the string literal pattern to a separate repository entry, which is a good practice for modularity. However, the pattern for boolean constants is already present, so no changes are needed there.
Workflow ID: wflow_56ddV18WoYDfokbX
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Important
Add syntax highlighting for string literals and boolean constants in
baml.tmLanguage.json
.name
:string.quoted.double
inbaml.tmLanguage.json
.true
andfalse
withname
:constant.language.boolean
inbaml.tmLanguage.json
.This description was created by for 3eb48be. It will automatically update as commits are pushed.