Replies: 1 comment 1 reply
-
|
ChatGPT thinks Bat can not do this, because the babel-sublime syntax definition used by Bat is not able to recognize a declaration. Is this correct? I was searching: https://github.com/babel/babel-sublime/blob/f4579f9107996c16208466248a85dc2296083a5f/JavaScript%20(Babel).YAML-tmLanguage And I found the scope |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to create a theme, which mimics an Emacs style. In Emacs the definition of a variable gets colorized but not its usage. For example in the following code
the identifiers following
const(isplainobjectandc) do have a color, but thecs in the if-conditions do not have a color.How can this be specified in the style?
Beta Was this translation helpful? Give feedback.
All reactions