Procházet zdrojové kódy

emacs.el: Fix section highlighting

pull/15/head
10sr před 8 roky
rodič
revize
2bfb77b977
2 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +1
    -1
      .editorconfig
  2. +2
    -0
      emacs.el

+ 1
- 1
.editorconfig Zobrazit soubor

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

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


+ 2
- 0
emacs.el Zobrazit soubor

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


Načítá se…
Zrušit
Uložit