13 lines
377 B
TOML
13 lines
377 B
TOML
language = "Lua"
|
|
extensions = ["lua"]
|
|
line-comment = "--"
|
|
multiline-comment-start = "[==["
|
|
multiline-comment-end = "]==]"
|
|
multiline-string-start = "[["
|
|
multiline-string-end = "]]"
|
|
keywords = [
|
|
"and", "break", "do", "else", "elseif", "end", "false", "for", "function",
|
|
"if", "in", "local", "nil", "not", "or", "repeat", "return", "then", "true",
|
|
"until", "while"
|
|
]
|