Skip to content

Commit

Permalink
update syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxustudio committed Jul 3, 2024
1 parent 4f7efde commit c1e2cfc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions syntaxes/webgal.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,7 @@
"match": "(.*?)(\\=)(.*?)$",
"captures": {
"1": {
"name": "constant.language.webgal",
"patterns": [
{
"include": "#RichText"
},
{
"include": "#valueBase"
}
]
"name": "variable.name.webgal_name"
},
"2": {
"patterns": [
Expand Down

0 comments on commit c1e2cfc

Please sign in to comment.