Skip to content

Commit

Permalink
chore: update grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 31, 2023
1 parent 0627640 commit f583c8f
Show file tree
Hide file tree
Showing 18 changed files with 966 additions and 574 deletions.
50 changes: 25 additions & 25 deletions packages/shiki/languages/ballerina.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@
},
{
"name": "entity.service.path.ballerina",
"match": "(\\/([_$[:alpha:]][_$[:alnum:]]**)|\\\"[_$[:alpha:]][_$[:alnum:]]*\\\")"
"match": "(\\/([_$[:alpha:]][_$[:alnum:]]*)|\\\"[_$[:alpha:]][_$[:alnum:]]*\\\")"
}
]
},
Expand Down Expand Up @@ -3672,16 +3672,16 @@
"endCaptures": {
"1": {
"name": "punctuation.other.unicode-property.end.regexp.ballerina"
}
},
"patterns": [
{
"include": "#regex-unicode-properties-general-category"
},
"patterns": [
{
"include": "#regex-unicode-properties-general-category"
},
{
"include": "#regex-unicode-property-key"
}
]
}
{
"include": "#regex-unicode-property-key"
}
]
}
]
},
Expand All @@ -3699,13 +3699,13 @@
"endCaptures": {
"1": {
"name": "punctuation.other.unicode-property.end.regexp.ballerina"
},
"patterns": [
{
"include": "#regex-unicode-properties-general-category"
}
]
}
}
},
"patterns": [
{
"include": "#regex-unicode-properties-general-category"
}
]
}
]
},
Expand Down Expand Up @@ -3734,14 +3734,14 @@
"endCaptures": {
"1": {
"name": "punctuation.other.unicode-value.end.regexp.ballerina"
},
"patterns": [
{
"match": "([0-9A-Fa-f]{1,6})",
"name": "constant.other.unicode-value.regexp.ballerina"
}
]
}
}
},
"patterns": [
{
"match": "([0-9A-Fa-f]{1,6})",
"name": "constant.other.unicode-value.regexp.ballerina"
}
]
}
]
},
Expand Down
Loading

0 comments on commit f583c8f

Please sign in to comment.