Skip to content

Commit

Permalink
Merge pull request #3 from cechandler/patch-1
Browse files Browse the repository at this point in the history
Allow underscores in environment variable names
  • Loading branch information
mossheim authored Jun 30, 2017
2 parents 109b82e + 8894889 commit 28e5fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/supercollider.cson
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
'match': '^\\s*(\\**[a-z]{1}[a-zA-Z0-9_]+)\\s*\\{'
}
{
'match': '\\~[a-zA-Z0-9]+'
'match': '\\~[a-z][a-zA-Z0-9_]*'
'name': 'variable.language.supercollider'
}
{
Expand Down

0 comments on commit 28e5fb8

Please sign in to comment.