mirror of
https://github.com/reactos/ninja.git
synced 2024-11-23 11:49:45 +00:00
Merge pull request #856 from nico/TABS
emacs: Remove an empty line, wrap a comment.
This commit is contained in:
commit
f323ff900a
@ -33,10 +33,10 @@
|
||||
'("\\($[[:alnum:]_]+\\)" . (1 font-lock-variable-name-face))
|
||||
;; Rule names
|
||||
'("rule +\\([[:alnum:]_.-]+\\)" . (1 font-lock-function-name-face))
|
||||
;; Build Statement - highlight the rule used, allow for escaped $,: in outputs
|
||||
;; Build Statement - highlight the rule used,
|
||||
;; allow for escaped $,: in outputs.
|
||||
'("build +\\(?:[^:$\n]\\|$[:$]\\)+ *: *\\([[:alnum:]_.-]+\\)" .
|
||||
(1 font-lock-function-name-face))
|
||||
|
||||
))
|
||||
|
||||
;;;###autoload
|
||||
|
Loading…
Reference in New Issue
Block a user