Using the package manager from each distro, and none show any support for typst.
Searching this repo shows that, there are some kind of typst support.
I did try Building from Source from official Documentation, with no success.
With some Issues I was able to install, and get correct health output, but in the end, no syntax highlighting at all for typst.
Shouldn't this be by default without any tinkering? or need to build from source? (No programmer here).
Reproduction Steps
Arch Linux:
$ sudo pacman -S helix
$ hx
bash: hx: command not found
$ helix --version
helix 23.10
$ helix --health typst
Language 'typst' not found
Did you mean one of these: toml, typescript, tsx, twig, tsq, tablegen, tfvars, task, t32, todotxt, templ ?
$ ls -1d /usr/lib/helix/runtime/queries/ty*
/usr/lib/helix/runtime/queries/typescript
/usr/lib/helix/runtime/queries/typst
$ echo $HELIX_RUNTIME
$ export HELIX_RUNTIME=/usr/lib/helix/runtime
$ helix --health typst
Language 'typst' not found
Did you mean one of these: toml, typescript, tsx, twig, tsq, tablegen, tfvars, task, t32, todotxt, templ ?
Termux:
$ pkg install helix
$ hx --version
helix 23.10 (f6021dd0)
$ hx --health typst
Language 'typst' not found
Did you mean one of these: toml, typescript, tsx, twig, tsq, tablegen, tfvars, task, t32, todotxt, templ ?
$ ls -1d /data/data/com.termux/files/usr/opt/helix/runtime/queries/ty*
/data/data/com.termux/files/usr/opt/helix/runtime/queries/typescript
No typst folder inside: /helix/runtime/queries/.
Alpine (distrobox, latest):
$ sudo apk add helix
$ hx --version
helix 23.10
$ hx --health typst
Language 'typst' not found
Did you mean one of these: toml, typescript, tsx, twig, tsq, tablegen, tfvars, task, t32, todotxt, templ ?
Void (distrobox, latest):
$ sudo xbps-install helix
$ hx --version
helix 23.10 (f6021dd0)
$ hx --health typst
Language 'typst' not found
Did you mean one of these: toml, typescript, tsx, twig, tsq, tablegen, tfvars, task, t32, todotxt, templ ?
$ ls -1d /usr/lib/helix/runtime/queries/ty*
/usr/lib/helix/runtime/queries/typescript/
Summary
I did install helix in the following distros:
Using the package manager from each distro, and none show any support for
typst
.Searching this repo shows that, there are some kind of
typst
support.I did try Building from Source from official Documentation, with no success.
With some Issues I was able to install, and get correct
health
output, but in the end, no syntax highlighting at all fortypst
.Shouldn't this be by default without any tinkering? or need to build from source? (No programmer here).
Reproduction Steps
Arch Linux:
Termux:
No typst folder inside:
/helix/runtime/queries/
.Alpine (distrobox, latest):
Void (distrobox, latest):
No typst folder inside:
/helix/runtime/queries/
.Helix log
Many logs, see: Reproduction Steps
Platform
Linux
Terminal Emulator
Bash
Installation Method
Main package manager for each distro.
Helix Version
See: Reproduction Steps.