mirror of
https://github.com/reactos/ninja.git
synced 2024-11-23 19:59:43 +00:00
Add missing default keyword
This commit is contained in:
parent
16a7f86f0f
commit
53ba2ca746
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user