add 'co' to control.flow (#8)

This commit is contained in:
folex 2021-06-24 16:41:33 +03:00 committed by GitHub
parent bdb97b1788
commit 775c025174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
"patterns": [
{
"name": "keyword.control.flow.aqua",
"match": "\\b(try|catch|par|if|else|otherwise|for)\\b"
"match": "\\b(try|catch|par|if|else|otherwise|for|co)\\b"
},
{
"name": "keyword.control.other.aqua",