Add missing default keyword

This commit is contained in:
Robert Iannucci 2012-12-13 23:21:02 -08:00
parent 16a7f86f0f
commit 53ba2ca746

View File

@ -19,7 +19,7 @@
(list
'("^#.*" . font-lock-comment-face)
(cons (concat "^" (regexp-opt '("rule" "build" "subninja" "include"
"pool")
"pool" "default")
'words))
font-lock-keyword-face)
'("\\([[:alnum:]_]+\\) =" . (1 font-lock-variable-name-face))