CS-Notes/docs/_style/prism-master/tests/languages/lisp/lisp-property_feature.test
2018-12-19 14:09:39 +08:00

16 lines
239 B
Plaintext

(
:foo
)
----------------------------------------------------
[
["punctuation", "("],
["lisp-property", ":foo"],
["punctuation", ")"]
]
----------------------------------------------------
Checks for lisp properties.