Add support for highlighting python based on the nix highlighter.

This commit is contained in:
Tom Alexander
2025-02-22 17:56:56 -05:00
parent 749f6d7a55
commit 04952895cf
5 changed files with 122 additions and 18 deletions

View File

@@ -33,6 +33,7 @@ tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-mu
toml = "0.8.2"
tree-sitter-highlight = "0.25.2"
tree-sitter-nix = "0.0.2"
tree-sitter-python = "0.23.6"
url = "2.5.0"
# Optimized build for any sort of release.