Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
DaelonSuzuka committed Sep 9, 2022
1 parent 31ad24e commit 94fdc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/GDShader.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
}
},
"identifierField": {
"match": "([.])\\s*([a-zA-Z_]+)\\w*\\b(?!\\()",
"match": "([.])\\s*([a-zA-Z_]\\w*)\\b(?!\\s*\\()",
"captures": {
"1": {
"name": "punctuation.accessor.gdshader"
Expand Down

0 comments on commit 94fdc33

Please sign in to comment.