Add packaging and release automation
This commit is contained in:
parent
2a3b58c44e
commit
8e51e47587
1082 changed files with 356427 additions and 0 deletions
18
vendor/github.com/alecthomas/chroma/v2/styles/arduino.xml
generated
vendored
Normal file
18
vendor/github.com/alecthomas/chroma/v2/styles/arduino.xml
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<style name="arduino">
|
||||
<entry type="Error" style="#a61717"/>
|
||||
<entry type="Background" style="bg:#ffffff"/>
|
||||
<entry type="Keyword" style="#728e00"/>
|
||||
<entry type="KeywordConstant" style="#00979d"/>
|
||||
<entry type="KeywordPseudo" style="#00979d"/>
|
||||
<entry type="KeywordReserved" style="#00979d"/>
|
||||
<entry type="KeywordType" style="#00979d"/>
|
||||
<entry type="Name" style="#434f54"/>
|
||||
<entry type="NameBuiltin" style="#728e00"/>
|
||||
<entry type="NameFunction" style="#d35400"/>
|
||||
<entry type="NameOther" style="#728e00"/>
|
||||
<entry type="LiteralString" style="#7f8c8d"/>
|
||||
<entry type="LiteralNumber" style="#8a7b52"/>
|
||||
<entry type="Operator" style="#728e00"/>
|
||||
<entry type="Comment" style="#95a5a6"/>
|
||||
<entry type="CommentPreproc" style="#728e00"/>
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue