feat!: drop modules, general refactor and cleanup

This commit is contained in:
Christian Clason 2023-06-12 09:54:30 -06:00
parent 310f0925ec
commit 692b051b09
1247 changed files with 6096 additions and 9074 deletions

View file

@ -0,0 +1 @@
(block) @fold

View file

@ -0,0 +1,47 @@
(identifier) @variable.member
(constant) @constant
(modifier_function) @function
(modifier_predefined) @function.builtin
[
(condition)
(condition_end)
(condition_else)
] @keyword.conditional
(cobject) @type.builtin
[
"@import"
"INCLUDE_TYPOSCRIPT"
] @keyword.import
[
(comment)
(single_line_comment)
] @comment @spell
[
(string)
(multiline_value)
] @string
[
"="
">"
"<"
":="
"=<"
(condition_bool)
] @operator
"," @punctuation.delimiter
[
"("
")"
(block_punctuation)
] @punctuation.bracket

View file

@ -0,0 +1,5 @@
(block) @indent.begin
"}" @indent.branch @indent.end
(comment) @indent.ignore

View file

@ -0,0 +1,2 @@
((comment) @injection.content
(#set! injection.language "comment"))