1
0
Files
dotfiles/.config/helix/languages.toml
2024-01-19 12:00:27 +01:00

10 lines
603 B
TOML

use-grammars = { only = [ "awk", "bash", "bibtex", "c", "cmake", "cpp", "css", "diff", "dockerfile", "dot", "fish", "gdscript", "git-attributes", "git-commit", "git-config", "git-ignore", "git-rebase", "glsl", "go", "godot-resource", "gomod", "gotmpl", "gowork", "html", "java", "javascript", "jinja", "json", "kotlin", "latex", "lua", "make", "markdown", "passwd", "perl", "php", "python", "rust", "scss", "sql", "toml", "typescript", "vue", "wren", "xml", "yaml" ] }
[[language]]
name = "go"
indent = { tab-width = 2, unit = " " }
[[language]]
name = "java"
indent = { tab-width = 2, unit = " " }