mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-03-14 13:20:51 +00:00
add highlighted todo (#92)
This commit is contained in:
parent
a54e0ed202
commit
6e05ea7b25
@ -16,6 +16,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#semantics"
|
||||
},
|
||||
{
|
||||
"include": "#todo-keyword"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
@ -97,7 +100,13 @@
|
||||
"comments": {
|
||||
"name": "comment.line.aqua",
|
||||
"begin": "--",
|
||||
"end": "$"
|
||||
"end": "$",
|
||||
"patterns": [{ "include": "#todo-keyword" }]
|
||||
},
|
||||
"todo-keyword": {
|
||||
"begin": "TODO:",
|
||||
"end": "$",
|
||||
"name": "keyword.todo"
|
||||
},
|
||||
"semantics": {
|
||||
"patterns": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user