Add packaging and release automation

This commit is contained in:
vrubelroman 2026-04-23 00:21:36 +03:00
parent 2a3b58c44e
commit 8e51e47587
1082 changed files with 356427 additions and 0 deletions

16
vendor/github.com/alecthomas/chroma/v2/styles/vs.xml generated vendored Normal file
View file

@ -0,0 +1,16 @@
<style name="vs">
<entry type="Error" style="border:#ff0000"/>
<entry type="Background" style="bg:#ffffff"/>
<entry type="Keyword" style="#0000ff"/>
<entry type="KeywordType" style="#2b91af"/>
<entry type="NameClass" style="#2b91af"/>
<entry type="LiteralString" style="#a31515"/>
<entry type="OperatorWord" style="#0000ff"/>
<entry type="Comment" style="#008000"/>
<entry type="CommentPreproc" style="#0000ff"/>
<entry type="GenericEmph" style="italic"/>
<entry type="GenericHeading" style="bold"/>
<entry type="GenericPrompt" style="bold"/>
<entry type="GenericStrong" style="bold"/>
<entry type="GenericSubheading" style="bold"/>
</style>