Add scss and css to web mode

This commit is contained in:
Logan Hunt 2022-11-15 15:30:07 -07:00
parent 06a0610eee
commit 0f85e9c27c
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49

View File

@ -244,6 +244,8 @@ After installing the ~rust-analyzer~ program, the following can be used:
(use-package web-mode (use-package web-mode
:ensure t :ensure t
:mode (("\\.js\\'" . web-mode) :mode (("\\.js\\'" . web-mode)
("\\.scss\\'" . web-mode)
("\\.css\\'" . web-mode)
("\\.jsx\\'" . web-mode) ("\\.jsx\\'" . web-mode)
("\\.ts\\'" . web-mode) ("\\.ts\\'" . web-mode)
("\\.tsx\\'" . web-mode) ("\\.tsx\\'" . web-mode)