diff options
| author | bh <qn+git@excalibur.computer> | 2026-05-24 20:21:53 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-05-24 20:21:53 +0800 |
| commit | efa0e542063151d368292b6d1f7c0523cd1240d1 (patch) | |
| tree | 2786e1ef416de65f1f912ea02b1825d747f9901e /lua | |
| parent | df1105f5b0dfc3041e7a1d64ab6a483169db4aeb (diff) | |
Add Typst syntax highlighting
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index 249bd79..057a68a 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -29,6 +29,7 @@ return function() "fennel", "java", "fortran", + "typst", }) -- Enable treesitter highlighting for all filetypes with a parser |