Added includes

This commit is contained in:
Andrea Dejan Grande 2019-04-28 02:15:20 +02:00
parent 76f954e36d
commit 8d108e569f
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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