From 195d099351c6fec292b60ac341ef8a47be6c2577 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Aug 2023 08:16:24 +0200 Subject: emacs: ‘Set treesit-font-lock-level’ to 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.config/emacs/config.org') diff --git a/.config/emacs/config.org b/.config/emacs/config.org index fa76dfe..20568ed 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -663,6 +663,16 @@ already installed unfortunately, but it’s easy enough to do manually. #+END_SRC +I also prefer to have as many things syntax highlighted as possible when using +tree-sitter, with the ability to fully customize faces (or turn off faces I +don’t want highlighted). + +#+BEGIN_SRC elisp + + (setq treesit-font-lock-level 4) + +#+END_SRC + *** Language Server Protocol LSP is an absolute necessity when programming. Luckily ~lsp-mode~ has us -- cgit v1.2.3