<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -86,7 +86,7 @@
                                          &quot;\s*\\)}}&quot;))
 ;; TODO(tonyg) Figure out a way to support multiline comments.
 (defconst tpl-mode-comment &quot;\\({{!.*?}}\\)&quot;)
-(defconst tpl-mode-include (concat &quot;\\({{&gt;\s*&quot;
+(defconst tpl-mode-include (concat &quot;\\({{[&gt;&lt;]\s*&quot;
                                    tpl-mode-tpl-token
                                    &quot;\s*}}\\)&quot;))
 (defconst tpl-mode-variable (concat &quot;\\({{\s*&quot;
@@ -240,7 +240,7 @@
    (list tpl-mode-comment
          '(1 font-lock-comment-face))
    (list tpl-mode-include
-         '(1 font-lock-builtin-face))
+         '(1 font-lock-function-name-face))
    (list tpl-mode-builtins
          '(1 font-lock-variable-name-face))
    (list tpl-mode-variable</diff>
      <filename>vendor/tpl-mode.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>795d86e5304f7f3cfd7603a4df6cb062baeceb8b</id>
    </parent>
  </parents>
  <author>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </author>
  <url>http://github.com/defunkt/emacs/commit/f7549c6cdb59fcf21010fc9d3b35fcb98cd2e864</url>
  <id>f7549c6cdb59fcf21010fc9d3b35fcb98cd2e864</id>
  <committed-date>2009-11-02T11:15:13-08:00</committed-date>
  <authored-date>2009-11-02T11:15:13-08:00</authored-date>
  <message>tpl-mode partial fixes</message>
  <tree>0b03337bfd8e30d4d6935bb451046df16956dc09</tree>
  <committer>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </committer>
</commit>
