Pārlūkot izejas kodu

emacs.el: Fix section highlighting

pull/15/head
10sr pirms 9 gadiem
vecāks
revīzija
2bfb77b977
2 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      .editorconfig
  2. +2
    -0
      emacs.el

+ 1
- 1
.editorconfig Parādīt failu

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


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


+ 2
- 0
emacs.el Parādīt failu

@@ -1918,6 +1918,8 @@ This mode is a simplified version of `adoc-mode'."
("=[ \t]*\\(crlf\\)\\([ \t]\\|$\\)" 1 font-lock-constant-face) ("=[ \t]*\\(crlf\\)\\([ \t]\\|$\\)" 1 font-lock-constant-face)
("=[ \t]*\\(space\\)\\([ \t]\\|$\\)" 1 font-lock-constant-face) ("=[ \t]*\\(space\\)\\([ \t]\\|$\\)" 1 font-lock-constant-face)
("=[ \t]*\\(tab\\)\\([ \t]\\|$\\)" 1 font-lock-constant-face) ("=[ \t]*\\(tab\\)\\([ \t]\\|$\\)" 1 font-lock-constant-face)

("^[ \t]*\\[\\(.+?\\)\\]" 1 'font-lock-type-face)
,@conf-font-lock-keywords))) ,@conf-font-lock-keywords)))


(add-to-list 'auto-mode-alist (add-to-list 'auto-mode-alist


Notiek ielāde…
Atcelt
Saglabāt