mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 20:08:20 -07:00
14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
|
menubutton(text:'Test' underline:0)
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["function", "menubutton"], ["punctuation", "("],
|
||
|
["attr-name", "text"], ["punctuation", ":"], ["atom", "'Test'"],
|
||
|
["attr-name", "underline"], ["punctuation", ":"], ["number", "0"],
|
||
|
["punctuation", ")"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for parameter names.
|