Browse Source

emacs.el: Change face for some official properties

pull/15/head
10sr 8 years ago
parent
commit
36c648b7a1
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      emacs.el

+ 9
- 9
emacs.el View File

@@ -1901,15 +1901,15 @@ This mode is a simplified version of `adoc-mode'."
"#"
`(
("^#.*\\|^;.*\\| #.*\\| ;.*" 0 font-lock-comment-face)
("\\b\\(root\\)[ \t]*=" 1 font-lock-keyword-face)
("\\b\\(indent_style\\)[ \t]*=" 1 font-lock-keyword-face)
("\\b\\(indent_size\\)[ \t]*=" 1 font-lock-keyword-face)
("\\b\\(tab_width\\)[ \t]*=" 1 font-lock-keyword-face)
("\\b\\(end_of_line\\)[ \t]*=" 1 font-lock-keyword-face)
("\\b\\(charset\\)[ \t]*=" 1 font-lock-keyword-face)
("\\b\\(trim_trailing_whitespace\\)[ \t]*=" 1 font-lock-keyword-face)
("\\b\\(insert_final_newline\\)[ \t]*=" 1 font-lock-keyword-face)
("\\b\\(max_line_length\\)[ \t]*=" 1 font-lock-keyword-face)
("\\b\\(root\\)[ \t]*=" 1 font-lock-builtin-face)
("\\b\\(indent_style\\)[ \t]*=" 1 font-lock-builtin-face)
("\\b\\(indent_size\\)[ \t]*=" 1 font-lock-builtin-face)
("\\b\\(tab_width\\)[ \t]*=" 1 font-lock-builtin-face)
("\\b\\(end_of_line\\)[ \t]*=" 1 font-lock-builtin-face)
("\\b\\(charset\\)[ \t]*=" 1 font-lock-builtin-face)
("\\b\\(trim_trailing_whitespace\\)[ \t]*=" 1 font-lock-builtin-face)
("\\b\\(insert_final_newline\\)[ \t]*=" 1 font-lock-builtin-face)
("\\b\\(max_line_length\\)[ \t]*=" 1 font-lock-builtin-face)

("=[ \t]*\\(true\\)\\b" 1 font-lock-constant-face)
("=[ \t]*\\(false\\)\\b" 1 font-lock-constant-face)


Loading…
Cancel
Save