MattDMo / Neon-color-scheme

A colorful bright-on-black color scheme for Sublime Text. Its aim is to make as many languages as possible look as good as possible. Includes extended support for Python, Ruby, Clojure, JavaScript/JSON, C/C++, diff, HTML/XML, Markdown, PHP, CSS/SCSS/SASS, GitGutter, Find In Files, PackageDev, Regex, SublimeLinter, and much more.
https://github.com/MattDMo/Neon-color-scheme
MIT License
174 stars 36 forks source link

support leesei/logcat.tmLanguage #20

Closed leesei closed 9 years ago

leesei commented 9 years ago

The original ADB was based on quarnster/ADBView. I've written another syntax (with better scopes) at leesei/logcat.tmLanguage. Also updated WARN's highlight.

MattDMo commented 9 years ago

Thanks for the PR, and I apologize for not checking it out sooner. Your additions look fine, but I'd still like to support ADBView for those who haven't changed to your version. Could you modify your changes so that both sets of scopes still work? For example, constant.other.adb.timestamp could become constant.other.adb.timestamp, string.logcat.timestamp, and the name of the rule just remain Timestamp.

Thanks!

leesei commented 9 years ago

I see. I will create a new PR that merges my several updates.