Give comments higher priority (#47)

This commit is contained in:
InversionSpaces 2023-09-14 17:48:19 +02:00 committed by GitHub
parent 3194dfb651
commit ce32be5c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
"name": "aqua",
"patterns": [
{
"include": "#comments"
},
{
"include": "#keywords"
},
@ -11,9 +14,6 @@
{
"include": "#strings"
},
{
"include": "#comments"
},
{
"include": "#semantics"
}