use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
ansi begin unicode
|
||||
group using keys
|
||||
match nomatch
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["atrule", "ansi"], ["atrule", "begin"], ["atrule", "unicode"],
|
||||
["atrule", "group"], ["atrule", "using keys"],
|
||||
["atrule", "match"], ["atrule", "nomatch"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for all structural keywords.
|
@ -0,0 +1,59 @@
|
||||
&baselayout &bitmap &capsononly
|
||||
&capsalwaysoff &shiftfreescaps
|
||||
©right ðnologuecode
|
||||
&hotkey &includecodes
|
||||
&keyboardversion &kmw_embedcss
|
||||
&kmw_embedjs &kmw_helpfile
|
||||
&kmw_helptext &kmw_rtl
|
||||
&language &layer &layoutfile
|
||||
&message &mnemoniclayout
|
||||
&name &oldcharposmatching
|
||||
&platform &targets &version
|
||||
&visualkeyboard &windowslanguages
|
||||
|
||||
bitmap
|
||||
bitmaps
|
||||
caps on only
|
||||
caps always off
|
||||
shift frees caps
|
||||
copyright
|
||||
hotkey
|
||||
language
|
||||
layout
|
||||
message
|
||||
name
|
||||
version
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["bold", "&baselayout"], ["bold", "&bitmap"], ["bold", "&capsononly"],
|
||||
["bold", "&capsalwaysoff"], ["bold", "&shiftfreescaps"],
|
||||
["bold", "©right"], ["bold", "ðnologuecode"],
|
||||
["bold", "&hotkey"], ["bold", "&includecodes"],
|
||||
["bold", "&keyboardversion"], ["bold", "&kmw_embedcss"],
|
||||
["bold", "&kmw_embedjs"], ["bold", "&kmw_helpfile"],
|
||||
["bold", "&kmw_helptext"], ["bold", "&kmw_rtl"],
|
||||
["bold", "&language"], ["bold", "&layer"], ["bold", "&layoutfile"],
|
||||
["bold", "&message"], ["bold", "&mnemoniclayout"],
|
||||
["bold", "&name"], ["bold", "&oldcharposmatching"],
|
||||
["bold", "&platform"], ["bold", "&targets"], ["bold", "&version"],
|
||||
["bold", "&visualkeyboard"], ["bold", "&windowslanguages"],
|
||||
|
||||
["bold", "bitmap"],
|
||||
["bold", "bitmaps"],
|
||||
["bold", "caps on only"],
|
||||
["bold", "caps always off"],
|
||||
["bold", "shift frees caps"],
|
||||
["bold", "copyright"],
|
||||
["bold", "hotkey"],
|
||||
["bold", "language"],
|
||||
["bold", "layout"],
|
||||
["bold", "message"],
|
||||
["bold", "name"],
|
||||
["bold", "version"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for header statements, system stores and variable system stores.
|
@ -0,0 +1,13 @@
|
||||
c Foo
|
||||
c Foobar
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["comment", "c Foo"],
|
||||
["comment", "c Foobar"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for comments.
|
@ -0,0 +1,39 @@
|
||||
['c']
|
||||
["f"]
|
||||
[K_SEL]
|
||||
[K_KANJI?15]
|
||||
[T_SCHWA]
|
||||
[U_0259]
|
||||
[CTRL 'a']
|
||||
[SHIFT "b"]
|
||||
[ALT K_C]
|
||||
[LCTRL T_D]
|
||||
[RCTRL U_E259]
|
||||
[LALT K_F]
|
||||
[RALT K_G]
|
||||
[CAPS K_H]
|
||||
[NCAPS K_I]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["function", "['c']"],
|
||||
["function", "[\"f\"]"],
|
||||
["function", "[K_SEL]"],
|
||||
["function", "[K_KANJI?15]"],
|
||||
["function", "[T_SCHWA]"],
|
||||
["function", "[U_0259]"],
|
||||
["function", "[CTRL 'a']"],
|
||||
["function", "[SHIFT \"b\"]"],
|
||||
["function", "[ALT K_C]"],
|
||||
["function", "[LCTRL T_D]"],
|
||||
["function", "[RCTRL U_E259]"],
|
||||
["function", "[LALT K_F]"],
|
||||
["function", "[RALT K_G]"],
|
||||
["function", "[CAPS K_H]"],
|
||||
["function", "[NCAPS K_I]"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for keys, with all possible modifiers.
|
@ -0,0 +1,21 @@
|
||||
any baselayout beep
|
||||
call context deadkey
|
||||
dk if index layer
|
||||
notany nul outs
|
||||
platform return reset
|
||||
save set store use
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["keyword", "any"], ["keyword", "baselayout"], ["keyword", "beep"],
|
||||
["keyword", "call"], ["keyword", "context"], ["keyword", "deadkey"],
|
||||
["keyword", "dk"], ["keyword", "if"], ["keyword", "index"], ["keyword", "layer"],
|
||||
["keyword", "notany"], ["keyword", "nul"], ["keyword", "outs"],
|
||||
["keyword", "platform"], ["keyword", "return"], ["keyword", "reset"],
|
||||
["keyword", "save"], ["keyword", "set"], ["keyword", "store"], ["keyword", "use"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for all keywords.
|
@ -0,0 +1,21 @@
|
||||
U+0041
|
||||
d67
|
||||
d1114111
|
||||
x20
|
||||
x10FFFF
|
||||
4177777
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["number", "U+0041"],
|
||||
["number", "d67"],
|
||||
["number", "d1114111"],
|
||||
["number", "x20"],
|
||||
["number", "x10FFFF"],
|
||||
["number", "4177777"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for unicode, decimal, hexadecimal and octal character codes.
|
@ -0,0 +1,15 @@
|
||||
+ >
|
||||
\ ,
|
||||
( )
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["operator", "+"], ["operator", ">"],
|
||||
["operator", "\\"], ["operator", ","],
|
||||
["operator", "("], ["operator", ")"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for all operators.
|
@ -0,0 +1,17 @@
|
||||
''
|
||||
""
|
||||
'foo'
|
||||
"bar"
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["string", "''"],
|
||||
["string", "\"\""],
|
||||
["string", "'foo'"],
|
||||
["string", "\"bar\""]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for single-quoted and double-quoted strings.
|
@ -0,0 +1,19 @@
|
||||
$keyman:
|
||||
$kmfl:
|
||||
$weaver:
|
||||
$keymanweb:
|
||||
$keymanonly:
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["tag", "$keyman:"],
|
||||
["tag", "$kmfl:"],
|
||||
["tag", "$weaver:"],
|
||||
["tag", "$keymanweb:"],
|
||||
["tag", "$keymanonly:"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for all prefixes.
|
Reference in New Issue
Block a user