Skip to content

Commit

Permalink
treesitter: fix syntax highlighting (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 21, 2024
1 parent be646ea commit 1547171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/treesitter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
gccPackage = null;
nodejsPackage = null;
treesitterPackage = null;

settings.highlight.enable = true;
};

# Enable automatically closing and renaming HTML tags
Expand Down

0 comments on commit 1547171

Please sign in to comment.