<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subl-syntax-man/man.sublime-syntax, branch master</title>
<subtitle>Sublime text package providing support for manual pages
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/subl-syntax-man/'/>
<entry>
<title>man: add another one macro</title>
<updated>2021-07-01T16:34:12+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-07-01T16:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/subl-syntax-man/commit/?id=6e1660af80f58b7cc6a45003af5bc333dcc657d2'/>
<id>6e1660af80f58b7cc6a45003af5bc333dcc657d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add awful realization of formatting alternate fonts</title>
<updated>2021-07-01T13:28:57+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-07-01T13:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/subl-syntax-man/commit/?id=74d6e788c9430521c96ede21557a9a32bbd76a34'/>
<id>74d6e788c9430521c96ede21557a9a32bbd76a34</id>
<content type='text'>
Why is it awful? Because a lot of code is duplicated. And the code is
badly designed. As a result, we have one bug, which i don't know how
to fix (if you know - write me at email):

.BI [ "--init, -i"]
      ^ start italic font style
                  ^ must start bold, but still using italic

But I couldn't leave it as it is and have made a dirty trick:
`
- match: '"[^\s]'
  scope: invalid.illegal
  pop: true`
`

If the '"', which is supposed to end the string, has a not white-space as
following character, then I scoping it like illegal syntax. Anyway, it's not
correct to write this way, put a white-space after '"' :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Why is it awful? Because a lot of code is duplicated. And the code is
badly designed. As a result, we have one bug, which i don't know how
to fix (if you know - write me at email):

.BI [ "--init, -i"]
      ^ start italic font style
                  ^ must start bold, but still using italic

But I couldn't leave it as it is and have made a dirty trick:
`
- match: '"[^\s]'
  scope: invalid.illegal
  pop: true`
`

If the '"', which is supposed to end the string, has a not white-space as
following character, then I scoping it like illegal syntax. Anyway, it's not
correct to write this way, put a white-space after '"' :)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix formatting for font style macros</title>
<updated>2021-06-29T11:45:54+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-06-29T11:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/subl-syntax-man/commit/?id=39a43c7528aff05e0b75180ded2562b1ee6acdd1'/>
<id>39a43c7528aff05e0b75180ded2562b1ee6acdd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle font styles by control and escape char</title>
<updated>2021-06-27T10:05:20+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-06-27T10:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/subl-syntax-man/commit/?id=4d161fe6e3d4965223973a7e608de4ea1570898a'/>
<id>4d161fe6e3d4965223973a7e608de4ea1570898a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't use string as separate context</title>
<updated>2021-06-27T10:00:35+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-06-27T10:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/subl-syntax-man/commit/?id=554df035bf9f9e8af18f32b2476a0490d3affbe5'/>
<id>554df035bf9f9e8af18f32b2476a0490d3affbe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle line with control char</title>
<updated>2021-06-27T09:58:46+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-06-27T09:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/subl-syntax-man/commit/?id=3b4d3c634cee8060fa792a93cc49f6e439cd38ec'/>
<id>3b4d3c634cee8060fa792a93cc49f6e439cd38ec</id>
<content type='text'>
* use separate context
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* use separate context
</pre>
</div>
</content>
</entry>
<entry>
<title>don't use comment line as separate context</title>
<updated>2021-06-27T09:43:44+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-06-27T09:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/subl-syntax-man/commit/?id=385e5f3d86c48ce2f5847290c7b56934b39eaad1'/>
<id>385e5f3d86c48ce2f5847290c7b56934b39eaad1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init project</title>
<updated>2021-06-26T20:17:41+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-06-26T20:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/subl-syntax-man/commit/?id=9b65c090d21dc9da6f9bdda2d41a3f9435efda2b'/>
<id>9b65c090d21dc9da6f9bdda2d41a3f9435efda2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
