Fix block comments highlighting
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ color green start="r#+\"" end="\"#+"
|
||||
|
||||
# Comments
|
||||
color blue "^\s*//.*"
|
||||
color blue start="/\*" end="\*/"
|
||||
color blue start="^\s*/\*" end="\*/"
|
||||
|
||||
# Attributes
|
||||
color magenta start="#!\[" end="\]"
|
||||
|
||||
Reference in New Issue
Block a user