LSP & Hoc mode

This commit is contained in:
2021-09-25 16:01:58 -04:00
parent 0d8991504f
commit 0939ef0be8
4 changed files with 69 additions and 25 deletions

View File

@@ -18,7 +18,7 @@
'(font-lock-comment-face ((t (:foreground "#e512ff"))))
'(font-lock-constant-face ((t (:foreground "DeepPink1"))))
'(font-lock-doc-face ((t (:inherit (font-lock-string-face)))))
'(font-lock-function-name-face ((t (:foreground "green"))))
'(font-lock-function-name-face ((t (:foreground "#05fa60"))))
'(font-lock-keyword-face ((t (:foreground "chartreuse"))))
'(font-lock-negation-char-face ((t nil)))
'(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face)))))