Quellcode durchsuchen

emacs.el: Fix section highlighting

pull/15/head
10sr vor 8 Jahren
Ursprung
Commit
2bfb77b977
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      .editorconfig
  2. +2
    -0
      emacs.el

+ 1
- 1
.editorconfig Datei anzeigen

@@ -1,6 +1,6 @@
root = true

[*]
[*] # ]
indent_style = space
#indent_size = 2
#tab_width = 4


+ 2
- 0
emacs.el Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern