Enforce leading spaces for comments in all languages
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
+1
-1
@@ -11,5 +11,5 @@ color brightred "\<(fog|object|camera)\>"
|
||||
color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"
|
||||
color brightmagenta "\<(union|group|subgroup)\>"
|
||||
## Comment highlighting
|
||||
color brightblue "//.*"
|
||||
color brightblue " //.*"
|
||||
color brightblue start="/\*" end="\*/"
|
||||
|
||||
Reference in New Issue
Block a user