mirror of
https://github.com/helix-editor/helix
synced 2026-08-14 17:34:18 +02:00
* Improve llvm highlighting and queries The llvm tree-sitter parser was updated to support scopes and more accurate highlighting. * Group highlight expressions better
9 lines
68 B
INI
9 lines
68 B
INI
indent = [
|
|
"function_body",
|
|
"instruction",
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
]
|