Primeiro commit

This commit is contained in:
Syntax
2025-07-23 02:31:18 -03:00
parent 58f9754a87
commit 399cfc3502
11 changed files with 407 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"scopeName": "source.reddust",
"patterns": [
{
"name": "keyword.control.reddust",
"match": "^(\\s*[0-9A-F])(?=;)"
},
{
"name": "constant.numeric.reddust",
"match": "\\b[0-9A-F]\\b"
},
{
"name": "comment.line.double-slash.reddust",
"match": "//.*$"
}
]
}