diff options
| -rw-r--r-- | lisp/textmodes/conf-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el index ad9f60fabca..27970096f3b 100644 --- a/lisp/textmodes/conf-mode.el +++ b/lisp/textmodes/conf-mode.el | |||
| @@ -194,7 +194,7 @@ not align (only setting space according to `conf-assignment-space')." | |||
| 194 | (1 'font-lock-variable-name-face) | 194 | (1 'font-lock-variable-name-face) |
| 195 | (2 'font-lock-constant-face nil t)) | 195 | (2 'font-lock-constant-face nil t)) |
| 196 | ;; section { ... } (do this last because some assign ...{...) | 196 | ;; section { ... } (do this last because some assign ...{...) |
| 197 | ("^[ \t]*\\([^=:\n]+?\\)[ \t\n]*{[^{}]*?$" 1 'font-lock-type-face prepend)) | 197 | ("^[ \t]*\\([^#=:\n]+?\\)[ \t\n]*{[^{}]*?$" 1 'font-lock-type-face prepend)) |
| 198 | "Keywords to highlight in Conf mode.") | 198 | "Keywords to highlight in Conf mode.") |
| 199 | 199 | ||
| 200 | (defvar conf-javaprop-font-lock-keywords | 200 | (defvar conf-javaprop-font-lock-keywords |