Skip to content

Instantly share code, notes, and snippets.

@nilium
Last active April 16, 2025 05:14
Show Gist options
  • Save nilium/c83118a231370e36d7f3c427d37b84ad to your computer and use it in GitHub Desktop.
Save nilium/c83118a231370e36d7f3c427d37b84ad to your computer and use it in GitHub Desktop.
Uiua config for Helix
# To be put in ~/.config/helix/languages.toml
# Requires running `hx --grammar fetch` followed by `hx --grammar build`
# which can take some time.
[[grammar]]
name = "uiua"
[grammar.source]
git = "https://github.com/shnarazk/tree-sitter-uiua"
rev = "868b3d672d5622add493437eb7f2ee6956f14ccf"
[[language]]
auto-format = true
comment-tokens = "#"
file-types = ["ua"]
injection-regex = "uiua"
language-servers = ["uiua"]
name = "uiua"
scope = "source.uiua"
shebangs = ["uiua"]
[language.formatter]
args = ["fmt", "--io"]
command = "uiua"
[language.indent]
tab-width = 4
unit = " "
[language-server.uiua]
args = ["lsp"]
command = "uiua"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment