summary refs log tree commit diff stats
path: root/user/settings/development/web.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/development/web.nix')
-rw-r--r--user/settings/development/web.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/settings/development/web.nix b/user/settings/development/web.nix
index 13b0ea5c..0212d9fd 100644
--- a/user/settings/development/web.nix
+++ b/user/settings/development/web.nix
@@ -97,6 +97,10 @@
     emmet-mode
     nginx-mode
     web-mode
+    (treesit-grammars.with-grammars (grammars: with grammars; [
+      tree-sitter-css
+      tree-sitter-html
+    ]))
   ]);
   programs.neovim.plugins = with pkgs.vimPlugins; [
     coc-css