mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
Added code/keyword md escaping for documentation in modules/plugins/languages/tex/build/default.nix
Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
d638292e77
commit
0f04df467f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ in {
|
||||||
onSave = mkBool false "Set this property to true if you want to compile the project after saving a file.";
|
onSave = mkBool false "Set this property to true if you want to compile the project after saving a file.";
|
||||||
|
|
||||||
useFileList = mkBool false ''
|
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.
|
Note that enabling this property might have an impact on performance.
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue