mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Added includes
This commit is contained in:
parent
76f954e36d
commit
8d108e569f
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue