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