mirror of
https://github.com/sharkdp/bat.git
synced 2024-10-31 20:11:01 +01:00
37 lines
1.3 KiB
Diff
Vendored
37 lines
1.3 KiB
Diff
Vendored
diff --git themes/sublime-monokai-extended/Monokai\ Extended.tmTheme themes/sublime-monokai-extended/Monokai\ Extended.tmTheme
|
|
index 9c2aa3e..180cbbf 100644
|
|
--- themes/sublime-monokai-extended/Monokai Extended.tmTheme
|
|
+++ themes/sublime-monokai-extended/Monokai Extended.tmTheme
|
|
@@ -810,11 +810,11 @@
|
|
<key>name</key>
|
|
<string>JSON String</string>
|
|
<key>scope</key>
|
|
- <string>meta.structure.dictionary.json string.quoted.double.json</string>
|
|
+ <string>meta.mapping.key.json string.quoted.double.json, punctuation.separator.sequence.csv</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
- <string>#cfcfc2</string>
|
|
+ <string>#fd971f</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
@@ -1027,7 +1027,7 @@
|
|
<key>name</key>
|
|
<string>Invalid</string>
|
|
<key>scope</key>
|
|
- <string>invalid</string>
|
|
+ <string>invalid, markup.error</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
@@ -1042,7 +1042,7 @@
|
|
<key>name</key>
|
|
<string>Invalid deprecated</string>
|
|
<key>scope</key>
|
|
- <string>invalid.deprecated</string>
|
|
+ <string>invalid.deprecated, markup.warning</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|