-
Notifications
You must be signed in to change notification settings - Fork 4
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
Extension not running? #86
Comments
Yeah I need to update the readme, VS Code started using this repo as the source of their shell syntax so its effectively built-in. Which is why you probably won't notice anything unless its one of the recently fixed issues like local vars or case statement stuff. In terms of "running" I don't think any syntax grammars will be classified as "running" since they're just a json file. The VS Code parser just looks at the JSON file to know how to parse. For the "it looks like" vs "expected" did you want the brackets to be red? I don't see any other differences |
That's nice!
Some underline rendering disappears, e.g., in the last three lines. Is this intended in the current version? If so then it's totally fine. |
Oh, yes! Thats a theme change. I'm also the owner of the XD theme and I've gone back and fourth on underlining unquoted args. I took them off, and I would kind of like to add them back. I believe the reason I took them out was because sometimes stuff like |
I'll keep this open till I update the readme |
How do we confirm the extension is running? I used the "Developer: Show Running Extensions" command in VSCode, but didn't see this extension being on the list. Also, I tried enabling and then disabling the extension, but it seemed the code highlighting had no change.
The code with a problem is:
Example code in README:
It looks like:
Theme: XD Theme MixItUp
It should look like:
As in README.
The text was updated successfully, but these errors were encountered: