| 19 | | '("\\({{ ?[a-zA-Z0-9._\":|]+? ?}}\\)" . font-lock-variable-name-face) |
| 20 | | '("\\({%\\|\\%}\\|{{\\|}}\\)" . font-lock-function-name-face) |
| | 19 | '("{% ?comment ?%}\\(\n?.*?\\)+?{% ?endcomment ?%}" . font-lock-comment-face) |
| | 20 | '("{% ?\\(\\(end\\)?\\(extends\\|for\\|cycle\\|filter\\|firstof\\|debug\\|if\\|ifchanged\\|ifequal\\|ifnotequal\\|include\\|load\\|now\\|regroup\\|spaceless\\|ssi\\|templatetag\\|widthratio\\|block\\)\\) ?.*? ?%}" . 1) |
| | 21 | '("{{ ?\\(.*?\\) ?}}" . (1 font-lock-variable-name-face)) |
| | 22 | '("{%\\|\\%}\\|{{\\|}}" . font-lock-builtin-face) |