use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
String.foo
|
||||
Foo_bar.baz
|
||||
A.bar
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["class-name", "String"], ["punctuation", "."], "foo\r\n",
|
||||
["class-name", "Foo_bar"], ["punctuation", "."], "baz\r\n",
|
||||
["class-name", "A"], ["punctuation", "."], "bar"
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for class names.
|
Reference in New Issue
Block a user