From e06e7ab1ee41aeff9e29f43de47ac25eef474808 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 19 Nov 2025 01:19:49 +0100 Subject: refactored some lexer configurations to make them more pleasurable to look at * color.target is yellow in terminal.tes which looks awful and it should be used sparingly. The largest part of text in any lexer should be in the default colors. * bash.tes now discerns between double and single quote strings like most lexers. * autodetect GNUmakefiles * yaml.tes now uses color.string for keys - this is for consistency with JSON where keys will also always be strings. --- lib/lexers/yaml.tes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lexers/yaml.tes') diff --git a/lib/lexers/yaml.tes b/lib/lexers/yaml.tes index 631f83a..2102afa 100644 --- a/lib/lexers/yaml.tes +++ b/lib/lexers/yaml.tes @@ -17,7 +17,7 @@ ESSETILEXERyaml 0ESSETKEYWORDStrue false yes no :M[color.comment],1M[color.set] - :M[color.target],2M[color.set] + :M[color.string],2M[color.set] :M[color.keyword],3M[color.set] :M[color.number],4M[color.set] :M[color.variable],5M[color.set] -- cgit v1.2.3