-
Notifications
You must be signed in to change notification settings - Fork 5
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
Syntax highlighting does not work immediately #8
Comments
There shouldn't be anything required. I just tried it out in v1.81.1 and it seems to be working. What os and architecture are you on? In theory the extension should be universal but there might be something I've missed depending on the environment |
This is on Ubuntu 22.04. I will check it on my Windows PC tomorrow. As far as I can tell it should for sure be working out of the box, so I will keep digging a bit. |
Yeah, I'm experiencing the same thing on Mac OS Ventura. I'm not getting any syntax highlighting. |
I don't know exactly why, but for me it works fine on VSCode (Flatpak), but not on VSCodium (AUR). I'm using Manjaro Linux. |
Same here, not syntax highlighting, nor in windows 11 nor in ubuntu 22.04 code --version vscode hurl |
Syntax highlighting isn't working here either.
VS Code data: Version: 1.92.1 (Universal) |
best guess is that it's something weird going on with your file associations. Ensure on the bottom right where it says what language the file is that it says hurl. If not you might need to click that and setup the language association. The plugin adds the hurl language type with an association to .hurl files but if it's been overridden manually or by another plugin it may not autodetect correctly |
After installing the Hurl extension in vscode 1.81 there is no syntax highlighting for
.hurl
files.When trying another extension (hurl-syntax-highlightning) it immediately provides highlighting.
Example file that has no highlighting:
Is there an additional setting that needs to be set to provide highlighting?
The text was updated successfully, but these errors were encountered: