I'm having issues with Ruby syntax highlighting in combination with RegExp.
Someone suggested I update the Ruby.tmLanguage file with additional code.
The problem is that I cannot find this file on my computer. Inside sublime_text_3 / Packages, I see only .sublime-package files that I cannot open correctly with sublime text; it shows only numbers.
Should I create this file myself, and if so, where?
Or it works differently in sublime text 3 (as opposed to 2, which was probably the latest version when this solution was published).
link to additional Ruby.tmLanguage code: https://gist.github.com/elgalu/3921521
source
share