mirror of
https://github.com/reactos/ninja.git
synced 2024-11-27 05:30:25 +00:00
emacs: Remove an empty line, wrap a comment.
This commit is contained in:
parent
4daf9c9e83
commit
2cfb99985d
@ -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