mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
22 lines
401 B
Plaintext
22 lines
401 B
Plaintext
|
#!/usr/local/bin/lua
|
||
|
--
|
||
|
-- Foobar
|
||
|
--[[Foo
|
||
|
bar]]
|
||
|
--[====[Foo
|
||
|
bar]=====] ]===]
|
||
|
baz]====]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "#!/usr/local/bin/lua"],
|
||
|
["comment", "--"],
|
||
|
["comment", "-- Foobar"],
|
||
|
["comment", "--[[Foo\r\nbar]]"],
|
||
|
["comment", "--[====[Foo\r\nbar]=====] ]===]\r\nbaz]====]"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|