Merge pull request #272 from msfjarvis/bug/block-comments-highlighting

Fix block comments highlighting
This commit is contained in:
Anthony Scopatz 2020-01-25 16:22:24 -05:00 committed by GitHub
commit e2ebb2be34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 15 additions and 15 deletions

View file

@ -20,7 +20,7 @@ color brightblue "<[^= ]*>" ""(\\.|[^"])*""
## Comment highlighting
color red "^\s*//.*"
color red start="/\*" end="\*/"
color red start="^\s*/\*" end="\*/"
## Trailing whitespace
color ,green "[[:space:]]+$"