소스 검색

emacs.el: Fix section highlighting

pull/15/head
10sr 8 년 전
부모
커밋
2bfb77b977
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .editorconfig
  2. +2
    -0
      emacs.el

+ 1
- 1
.editorconfig 파일 보기

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

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


+ 2
- 0
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


불러오는 중...
취소
저장