<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/lib/lexers/yaml.tes, branch v2.5.2</title>
<subtitle>Scintilla-based Text Editor and COrrector</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/'/>
<entry>
<title>refactored some lexer configurations to make them more pleasurable to look at</title>
<updated>2025-11-19T00:19:49+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>rhaberkorn@fmsbw.de</email>
</author>
<published>2025-11-19T00:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=e06e7ab1ee41aeff9e29f43de47ac25eef474808'/>
<id>e06e7ab1ee41aeff9e29f43de47ac25eef474808</id>
<content type='text'>
* 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>YAML lexer: default to 2 character soft tabs</title>
<updated>2025-08-13T17:49:36+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2025-08-13T17:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=a4cdec021de715d865aed26b2b7d8ad7768c2dc8'/>
<id>a4cdec021de715d865aed26b2b7d8ad7768c2dc8</id>
<content type='text'>
Hard tabs would even cause YAML syntax errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hard tabs would even cause YAML syntax errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>added Markdown and YAML lexer configs</title>
<updated>2022-11-27T16:12:54+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2022-11-26T02:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=85599c7e929237c61fb4b7857935475a6e57c8ec'/>
<id>85599c7e929237c61fb4b7857935475a6e57c8ec</id>
<content type='text'>
* For markdown.tes we should better introduce new predefined colors in the
  color scheme files since it doesn't map well to existing colors.
  For italic and bold, I am not using the predefined colors at all but only set
  the bold and italic style attributes -- this should still be portable across
  color schemes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* For markdown.tes we should better introduce new predefined colors in the
  color scheme files since it doesn't map well to existing colors.
  For italic and bold, I am not using the predefined colors at all but only set
  the bold and italic style attributes -- this should still be portable across
  color schemes.
</pre>
</div>
</content>
</entry>
</feed>
