Skip to content

Commit

Permalink
Require space after module keyword (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock authored Jul 9, 2024
1 parent 3677195 commit 8fb847e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/grammars/ruby.cson.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"name": "punctuation.separator.namespace.ruby"
}
},
"match": "(module)\\s*(([a-zA-Z0-9_]+)((::)[a-zA-Z0-9_]+)*)",
"match": "(module)\\s+(([a-zA-Z0-9_]+)((::)[a-zA-Z0-9_]+)*)",
"name": "meta.module.ruby"
},
{
Expand Down

0 comments on commit 8fb847e

Please sign in to comment.