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