use prism-tomorrow.css

This commit is contained in:
CyC2018
2018-12-19 14:09:39 +08:00
parent 0f00bcacaf
commit e9e604e6a7
1747 changed files with 100462 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,59 @@
&baselayout &bitmap &capsononly
&capsalwaysoff &shiftfreescaps
&copyright &ethnologuecode
&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", "&copyright"], ["bold", "&ethnologuecode"],
["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.

View File

@ -0,0 +1,13 @@
c Foo
c Foobar
----------------------------------------------------
[
["comment", "c Foo"],
["comment", "c Foobar"]
]
----------------------------------------------------
Checks for comments.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -0,0 +1,15 @@
+ >
\ ,
( )
----------------------------------------------------
[
["operator", "+"], ["operator", ">"],
["operator", "\\"], ["operator", ","],
["operator", "("], ["operator", ")"]
]
----------------------------------------------------
Checks for all operators.

View File

@ -0,0 +1,17 @@
''
""
'foo'
"bar"
----------------------------------------------------
[
["string", "''"],
["string", "\"\""],
["string", "'foo'"],
["string", "\"bar\""]
]
----------------------------------------------------
Checks for single-quoted and double-quoted strings.

View File

@ -0,0 +1,19 @@
$keyman:
$kmfl:
$weaver:
$keymanweb:
$keymanonly:
----------------------------------------------------
[
["tag", "$keyman:"],
["tag", "$kmfl:"],
["tag", "$weaver:"],
["tag", "$keymanweb:"],
["tag", "$keymanonly:"]
]
----------------------------------------------------
Checks for all prefixes.