feat: broader syntax highlighting support

This commit is contained in:
2026-06-04 23:20:07 +01:00
parent 5671597404
commit b8971027ac
3 changed files with 84 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ thiserror = "2.0.18"
tree-sitter-highlight = "0.26.9"
tree-sitter-rust = "0.24.2"
unicode-segmentation = "1.13.2"
tree-sitter-typescript = "0.23.2"
tree-sitter-go = "0.25.0"
tree-sitter-javascript = "0.25.0"
[build-dependencies]
serde_json = "1.0.149"