1
0
mirror of https://github.com/scopatz/nanorc synced 2024-10-31 23:00:00 +01:00

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

View File

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