20 lines
324 B
JSON
20 lines
324 B
JSON
{
|
|
"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": "//.*$"
|
|
}
|
|
]
|
|
}
|