CS-Notes/docs/_style/prism-master/tests/languages/vala/punctuation_feature.test

23 lines
388 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
. , ; :
[ ] { } ( )
----------------------------------------------------
[
["punctuation", "."],
["punctuation", ","],
["punctuation", ";"],
["punctuation", ":"],
["punctuation", "["],
["punctuation", "]"],
["punctuation", "{"],
["punctuation", "}"],
["punctuation", "("],
["punctuation", ")"]
]
----------------------------------------------------
Checks for punctuation.