feat!: drop modules, general refactor and cleanup

This commit is contained in:
Christian Clason 2023-06-12 09:54:30 -06:00
parent c13e28f894
commit 2c8f2f2fad
829 changed files with 4905 additions and 8010 deletions

View file

@ -0,0 +1 @@
; inherits: html

View file

@ -0,0 +1,5 @@
; inherits: html
[ "---" ] @punctuation.delimiter
[ "{" "}" ] @punctuation.special

View file

@ -0,0 +1 @@
; inherits: html

View file

@ -0,0 +1,23 @@
; inherits: html_tags
(frontmatter
(raw_text) @injection.content
(#set! injection.language "typescript"))
(interpolation
(raw_text) @injection.content
(#set! injection.language "tsx"))
(script_element
(raw_text) @injection.content
(#set! injection.language "typescript"))
(style_element
(start_tag
(attribute
(attribute_name) @_lang_attr
(quoted_attribute_value (attribute_value) @_lang_value)))
(raw_text) @injection.content
(#eq? @_lang_attr "lang")
(#eq? @_lang_value "scss")
(#set! injection.language "scss"))

View file

@ -0,0 +1 @@
; inherits: html