15 lines
386 B
Plaintext
Raw Permalink Normal View History

2018-12-19 14:09:39 +08:00
foo()
foo_bar()
foo_BAR_42()
----------------------------------------------------
[
["function", "foo"], ["punctuation", "("], ["punctuation", ")"],
["function", "foo_bar"], ["punctuation", "("], ["punctuation", ")"],
["function", "foo_BAR_42"], ["punctuation", "("], ["punctuation", ")"]
]
----------------------------------------------------
Checks for functions.