mirror of
https://github.com/altercation/solarized
synced 2024-11-21 19:23:02 +00:00
cleaned up some Ruby .erb rules
This commit is contained in:
parent
03c5d60811
commit
015fd38f71
1 changed files with 55 additions and 25 deletions
|
@ -491,17 +491,6 @@
|
|||
<string>#A57800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>JS: Class</string>
|
||||
<key>scope</key>
|
||||
<string>support.class.js, entity.name.type.instance.js</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#BD3800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>JS: Source</string>
|
||||
|
@ -624,7 +613,7 @@
|
|||
<key>name</key>
|
||||
<string>HTML: Text</string>
|
||||
<key>scope</key>
|
||||
<string>text.html.basic</string>
|
||||
<string>text.html.basic, text.html.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
|
@ -772,7 +761,7 @@
|
|||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#A57800</string>
|
||||
<string>#1F74CF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
|
@ -799,6 +788,19 @@
|
|||
<string>#748B00</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: Class Name</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.type.class.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#A57800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: Keyword</string>
|
||||
|
@ -840,7 +842,7 @@
|
|||
<key>name</key>
|
||||
<string>Ruby: Constant</string>
|
||||
<key>scope</key>
|
||||
<string>constant.language.ruby</string>
|
||||
<string>constant.language.ruby, constant.numeric.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
|
@ -860,6 +862,19 @@
|
|||
<string>#A57800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: :symbol</string>
|
||||
<key>scope</key>
|
||||
<string>constant.other.symbol.ruby</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#269186</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: Punctuation Section ''</string>
|
||||
|
@ -893,6 +908,32 @@
|
|||
<string>#BD3800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: erb =</string>
|
||||
<key>scope</key>
|
||||
<string>text.html.ruby meta.tag.inline.any.html</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#819090</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Ruby: erb ""</string>
|
||||
<key>scope</key>
|
||||
<string>text.html.ruby punctuation.definition.string.begin, text.html.ruby punctuation.definition.string.end</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#269186</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>PHP: Quoted Single</string>
|
||||
|
@ -1092,17 +1133,6 @@
|
|||
<string>#BD3800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>PHP: Storage modifier</string>
|
||||
<key>scope</key>
|
||||
<string>storage.modifier.php, storage.modifier.reference.php</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#A57800</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
<key>uuid</key>
|
||||
<string>38E819D9-AE02-452F-9231-ECC3B204AFD7</string>
|
||||
|
|
Loading…
Reference in a new issue