Parcourir la source

emacs.el: Fix section highlighting

pull/15/head
10sr il y a 8 ans
Parent
révision
2bfb77b977
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +1
    -1
      .editorconfig
  2. +2
    -0
      emacs.el

+ 1
- 1
.editorconfig Voir le fichier

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

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


+ 2
- 0
emacs.el Voir le fichier

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


Chargement…
Annuler
Enregistrer