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,3 @@
[
(section)
] @fold

View file

@ -0,0 +1,28 @@
(identifier) @type.builtin
(attribute (identifier) @property)
(property (path) @property)
(constructor (identifier) @constructor)
(string) @string
(integer) @number
(float) @float
(true) @constant.builtin
(false) @constant.builtin
[
"["
"]"
] @tag.delimiter
[
"("
")"
"{"
"}"
] @punctuation.bracket
"=" @operator
(ERROR) @error

View file

@ -0,0 +1,3 @@
[
(section)
] @scope