Primeiro commit
This commit is contained in:
19
highlighting/vscode-reddust/reddust.tmLanguage.json
Normal file
19
highlighting/vscode-reddust/reddust.tmLanguage.json
Normal 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": "//.*$"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user