jellyfish-web/dashboard-ui/bower_components/prism/tests/languages/vim/function_feature.test
2016-02-03 18:00:01 -05:00

13 lines
No EOL
358 B
Text

has("mac")
exists("s:call_count")
----------------------------------------------------
[
["function", "has"], ["punctuation", "("], ["string", "\"mac\""], ["punctuation", ")"],
["function", "exists"], ["punctuation", "("], ["string", "\"s:call_count\""], ["punctuation", ")"]
]
----------------------------------------------------
Checks for functions.