mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
17 lines
452 B
Plaintext
17 lines
452 B
Plaintext
foo ()
|
|
Foo_bar_42()
|
|
foo {}
|
|
Foo_bar_42{}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["function", "foo"], ["punctuation", "("], ["punctuation", ")"],
|
|
["function", "Foo_bar_42"], ["punctuation", "("], ["punctuation", ")"],
|
|
["function", "foo"], ["punctuation", "{"], ["punctuation", "}"],
|
|
["function", "Foo_bar_42"], ["punctuation", "{"], ["punctuation", "}"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for functions. |