lang/latex: general refactor

This commit is contained in:
Henrik Lissner
2018-07-30 02:38:42 +02:00
parent 2e6c362df9
commit 14f4e4384a
4 changed files with 42 additions and 49 deletions

View File

@@ -2,8 +2,7 @@
;; Fontification taken from https://tex.stackexchange.com/a/86119/81279
(setq font-latex-match-reference-keywords
'(
;; biblatex
'(;; biblatex
("printbibliography" "[{")
("addbibresource" "[{")
;; Standard commands
@@ -64,8 +63,7 @@
("labelcref" "{")))
(setq font-latex-match-textual-keywords
'(
;; biblatex brackets
'(;; biblatex brackets
("parentext" "{")
("brackettext" "{")
("hybridblockquote" "[{")
@@ -78,8 +76,7 @@
("subcaption" "[{")))
(setq font-latex-match-variable-keywords
'(
;; amsmath
'(;; amsmath
("numberwithin" "{")
;; enumitem
("setlist" "[{")