Styles for numbers
This commit is contained in:
parent
e52d7d30c1
commit
8d79581534
@ -189,6 +189,93 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
||||||
|
<!-- ... Rule 8: Integer Numbers ............................. -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Integer Numbers</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>meta.number.integer.decimal.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#C792EA</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ... Rule 9: Floating Numbers ............................ -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Floating Numbers</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>meta.number.float.decimal.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#C792EA</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ... Rule 10: Numeric Digits ............................. -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Numeric Digits</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>constant.numeric.value.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#C792EA</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ... Rule 11: Decimal Point .............................. -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Decimal Point</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>punctuation.separator.decimal.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#D7B8F3</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ... Rule 12: Minus Sign ................................. -->
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Minus Sign</string>
|
||||||
|
|
||||||
|
<key>scope</key>
|
||||||
|
<string>keyword.operator.arithmetic.json</string>
|
||||||
|
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#D08AE8</string>
|
||||||
|
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string>bold</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user