Skip to content

Commit

Permalink
tweak(treesit-auto): don't add Nix, already added upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 17, 2024
1 parent 440936f commit b2f9c1d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
(append
treesit-auto-recipe-list
(list (make-treesit-auto-recipe
:lang 'nix
:ts-mode 'nix-ts-mode
:remap 'nix-mode
:url "https://github.com/nix-community/tree-sitter-nix"
:ext "\\.nix\\'")
(make-treesit-auto-recipe
:lang 'xml
:ts-mode 'xml-ts-mode
:remap '(nxml-mode xml-mode)
Expand Down

0 comments on commit b2f9c1d

Please sign in to comment.