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 2bea361d..34403bc8 100644
--- a/user/settings/development/web.nix
+++ b/user/settings/development/web.nix
@@ -98,6 +98,10 @@
     nginx-mode
     php-mode
     web-mode
+    (treesit-grammars.with-grammars (grammars: with grammars; [
+      tree-sitter-css
+      tree-sitter-html
+    ]))
   ]);
   programs.neovim.plugins = with pkgs.vimPlugins; [
     coc-css