Skip to content

Commit

Permalink
Lex variable names with leading underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep committed Jan 2, 2024
1 parent 547f843 commit 1ab9911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode/syntaxes/rose.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
"name": "variable.other.rose",
"match": "\\b([a-z]\\w*)\\b"
"match": "\\b(\\w+)\\b"
}
]
},
Expand Down

0 comments on commit 1ab9911

Please sign in to comment.