Added includes
This commit is contained in:
@@ -3,6 +3,8 @@ syntax "Jade" "\.jade$"
|
||||
color yellow "^\s*([a-z0-9]+)"
|
||||
# Main elements
|
||||
color red "^\s*(html|head|body)"
|
||||
# Includes
|
||||
color magenta "^\s*(include)"
|
||||
# Parenthesis content
|
||||
color blue "\((.*?)\)"
|
||||
# Strings
|
||||
|
||||
@@ -3,6 +3,8 @@ syntax "Pug" "\.pug$"
|
||||
color yellow "^\s*([a-z0-9]+)"
|
||||
# Main elements
|
||||
color red "^\s*(html|head|body)"
|
||||
# Includes
|
||||
color magenta "^\s*(include)"
|
||||
# Parenthesis content
|
||||
color blue "\((.*?)\)"
|
||||
# Strings
|
||||
|
||||
Reference in New Issue
Block a user