mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
23 lines
366 B
Plaintext
23 lines
366 B
Plaintext
foo()
|
|
foo_bar()
|
|
f42()
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["function", "foo"],
|
|
["punctuation", "("],
|
|
["punctuation", ")"],
|
|
|
|
["function", "foo_bar"],
|
|
["punctuation", "("],
|
|
["punctuation", ")"],
|
|
|
|
["function", "f42"],
|
|
["punctuation", "("],
|
|
["punctuation", ")"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for functions. |