Comments not being greyed out.
Closed this issue · 8 comments
@unmultimedio Are you still seeing this with the release of ST3? I've tried to duplicate in 3143 and it's highlighting properly
Actually @tshedor I'm using Atom. Theres this repo who uses this to generate automatically a language package from this build: https://github.com/IanMitchell/slim-language
@unmultimedio Ah, I see. I can't speak to how they're compiling this repo, and the README/referenced issue says it's being compiled from a different fork. I'm going to consider this closed here but leave it open the issue you opened on the official Atom package - slim-template/language-slim#26. I plan to jump into that code soon.
@kartikluke This is actually parsing correctly in Slim but not in the Ruby syntax definition that Sublime comes with. sublimehq/Packages#1142 resolves this (I pulled and tried it out locally) and we'll probably see it in the next release.
@kartikluke
- Install the PackageResourceViewer package
- From the Command Palette, choose "PackageResourceViewer: Open Resource"
- Choose Ruby
- Choose Ruby.sublime-syntax
- Replace your local Ruby.sublime-syntax with the contents of the origin file
That will update Ruby highlighting immediately, no compiling required.