Skip to content

Commit 8fb847e

Browse files
authored
Require space after module keyword (#2271)
1 parent 3677195 commit 8fb847e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/grammars/ruby.cson.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"name": "punctuation.separator.namespace.ruby"
8181
}
8282
},
83-
"match": "(module)\\s*(([a-zA-Z0-9_]+)((::)[a-zA-Z0-9_]+)*)",
83+
"match": "(module)\\s+(([a-zA-Z0-9_]+)((::)[a-zA-Z0-9_]+)*)",
8484
"name": "meta.module.ruby"
8585
},
8686
{

0 commit comments

Comments
 (0)