Add svelte language server

Add svelte tree sitter
Add svelte config file
Add svelte highlighting
This commit is contained in:
Mikayla Maki 2023-07-13 21:43:53 -07:00
parent 415b8f0147
commit 1424a7a56a
No known key found for this signature in database
9 changed files with 268 additions and 1 deletions

View file

@ -0,0 +1,9 @@
; injections.scm
; --------------
(script_element
(raw_text) @content
(#set! "language" "javascript"))
(style_element
(raw_text) @content
(#set! "language" "css"))