kotlin: Enforce one leading space

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-11-24 14:31:06 +05:30
parent aa46e20170
commit 586cbc3e43
No known key found for this signature in database
GPG Key ID: C2E74282C2133D62
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ color brightred "\<(inner|outer)\>"
color brightblue "<[^= ]*>" ""(\\.|[^"])*""
## Comment highlighting
color red "//.*"
color red " //.*"
color red start="/\*" end="\*/"
## Trailing whitespace