-
Notifications
You must be signed in to change notification settings - Fork 2
Syntax Highlighting is incorrect inside style and script blocks #11
Comments
Sounds like this extension needs to be converted from Atom again. I can do that. |
awesome! Do you have an eta on that? Just curious :) |
@cjoftheweb the atom alternatives fix a lot of other issues too, is there any resources on how somebody else could port them as it seems this isn't maintained anymore? |
Yes, it's very easy, just convert this CSON file to JSON. |
@cjoftheweb oh wow, didn't expect it to be that easy, though I haven't really worked with language plugins for vsCode before, would it just work if I fork laravel-blade and replace the old https://github.com/cjoftheweb/laravel-blade-vscode/blob/master/syntaxes/blade.tmLanguage.json with the new one after cson to json? |
Yes, I put a deprecation notice on this repository - I suggest trying the linked extension. If the language file there is out of date, I suggest making a PR with the converted Atom syntax. |
VSCode v1.33.1 laravel-blade v1.1.2
Syntax highlighting is incorrect in Style and Script Blocks:


However, Atom.io handles these cases correctly:


The text was updated successfully, but these errors were encountered: