mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-07-31 06:02:04 +00:00
Add nil, <<- (#10)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
},
|
||||
{
|
||||
"name": "keyword.control.other.aqua",
|
||||
"match": "(<-|->|\\[\\]|\\*|\\?\\=|\\?)"
|
||||
"match": "(<<-|<-|->|\\[\\]|\\*|\\?\\=|\\?)"
|
||||
},
|
||||
{
|
||||
"name": "keyword.topology.aqua",
|
||||
@@ -56,6 +56,10 @@
|
||||
{
|
||||
"name": "constant.language.boolean.aqua",
|
||||
"match": "\\b(true|false)\\b"
|
||||
},
|
||||
{
|
||||
"name": "constant.language.option.nil.aqua",
|
||||
"match": "nil"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user