SublimeText / WordHighlight

Highlight all copies of the currently selected word.
MIT License
180 stars 24 forks source link

No file named Word Highlight.sublime-settings and theme uses sublime-theme file #81

Closed jithin-k-sreedharan closed 6 years ago

jithin-k-sreedharan commented 6 years ago

I am trying to change some settings of the package, but the file 'Word Highlight.sublime-settings' is not found in my ST3 folder (I searched everywhere).

My other task is to change the background color of the highlighted word. I found that my theme uses a .sublime-theme file not .tmTheme file, and this file is not in XML format. How do I make the required changes mentioned in documentation of WordHighlight package? Thank you!

jithin-k-sreedharan commented 6 years ago

I've figured it out. I would suggest to use PackageResourceViewer to quickly find the files mentioned in the documentation.

A change I've found from the documentation is that, even though I use SublimeLinter it doesn't make/copy the .tmTheme file (probably in the latest versions of ST, the package fetches data from the original theme file directly). So the changes made are instantly appeared.