1
0
Fork 0

tex: don't override keywords in yaml listing style

This commit is contained in:
surtur 2023-08-23 11:40:14 +02:00
parent 767bc7d374
commit b306dda9c7
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -88,7 +88,7 @@ used to validate the correctness of program's behaviour.}
\definecolor{lstbg}{rgb}{.96,.96,.96}
\lstdefinestyle{yaml}{
keywords={true,false,null,y,n,---,...},
% keywords={true,false,null,y,n,---,...},
rulecolor=\color{black},
string=[s]{'}{'},
string=[s]{"}{"},