0683f0a20a
* add partial scala syntax highlights * ran cargo xtask docgen * updated tree-sitter-scala, fixed highlights * fix comments * move identifier to the end of the highlights * add indents
23 lines
317 B
TOML
23 lines
317 B
TOML
|
|
indent = [
|
|
"block",
|
|
"arguments",
|
|
"parameter",
|
|
"class_definition",
|
|
"trait_definition",
|
|
"object_definition",
|
|
"function_definition",
|
|
"val_definition",
|
|
"import_declaration",
|
|
"while_expression",
|
|
"do_while_expression",
|
|
"for_expression",
|
|
"try_expression",
|
|
"match_expression"
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
"]",
|
|
")"
|
|
]
|