diff --git a/.editorconfig b/.editorconfig index 8a33692..86831d4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*] +[*] # ] indent_style = space #indent_size = 2 #tab_width = 4 diff --git a/emacs.el b/emacs.el index 06d01d1..9598be4 100644 --- a/emacs.el +++ b/emacs.el @@ -1918,6 +1918,8 @@ This mode is a simplified version of `adoc-mode'." ("=[ \t]*\\(crlf\\)\\([ \t]\\|$\\)" 1 font-lock-constant-face) ("=[ \t]*\\(space\\)\\([ \t]\\|$\\)" 1 font-lock-constant-face) ("=[ \t]*\\(tab\\)\\([ \t]\\|$\\)" 1 font-lock-constant-face) + + ("^[ \t]*\\[\\(.+?\\)\\]" 1 'font-lock-type-face) ,@conf-font-lock-keywords))) (add-to-list 'auto-mode-alist