Skip to content

Commit

Permalink
fix #426
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed Jan 17, 2025
1 parent b21707f commit 3988c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/code/syntaxes/sourcepawn.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
"variable-declaration": {
"patterns": [
{
"match": "(?:(stock|public)\\s+)?((?:(?:const|static)\\s+)*)(\\w+)(\\s*(?:\\[[^\\]]*\\]\\s*)*)(?:(?:\\s*&\\s*)|\\s+)(\\w+)\\s*(\\s*(?:\\[[^\\]]*\\]\\s*)*)",
"match": "(?:(stock|public)\\s+)?((?:(?:const|static)\\s+)*)(\\w+)(\\s*(?:\\[[^\\]]*\\]\\s*)*)\\s+(\\w+)\\s*(\\s*(?:\\[[^\\]]*\\]\\s*)*)",
"captures": {
"1": {
"patterns": [{ "include": "#keywords" }]
Expand Down

0 comments on commit 3988c5c

Please sign in to comment.