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:
parent
aa46e20170
commit
586cbc3e43
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user