From 0f04df467f54a3a10cb028bf0b434c308155e802 Mon Sep 17 00:00:00 2001 From: isaacST08 <106057977+isaacST08@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:40:26 -0700 Subject: [PATCH] Added code/keyword md escaping for documentation in modules/plugins/languages/tex/build/default.nix Co-authored-by: raf --- modules/plugins/languages/tex/build/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/languages/tex/build/default.nix b/modules/plugins/languages/tex/build/default.nix index 78f13588..3daa0ea7 100644 --- a/modules/plugins/languages/tex/build/default.nix +++ b/modules/plugins/languages/tex/build/default.nix @@ -61,7 +61,7 @@ in { onSave = mkBool false "Set this property to true if you want to compile the project after saving a file."; useFileList = mkBool false '' - When set to true, the server will use the .fls files produced by the TeX engine as an additional input for the project detection. + When set to `true`, the server will use the `.fls` files produced by the TeX engine as an additional input for the project detection. Note that enabling this property might have an impact on performance. '';