mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
* refactor: moved/simplified snippets into its own file with tests * refactor: move snippet to taskfile package * feat: support snippets with line/col = 0 * feat: functional options for snippets * feat: added option to hide snippet indicators * feat: store raw lines for length calculations * feat: add debug function for TaskfileDecodeError * fix: decode errors from commands * fix: schema for defer cmd calls * fix: linting issues * refactor: split var and vars into different files like other structures
18 lines
676 B
XML
18 lines
676 B
XML
<style name="task">
|
|
<entry type="Background" style="bg:#eee8d5"/>
|
|
<entry type="Keyword" style="#859900"/>
|
|
<entry type="KeywordConstant" style=""/>
|
|
<entry type="KeywordNamespace" style="#dc322f"/>
|
|
<entry type="KeywordType" style=""/>
|
|
<entry type="Name" style="#268bd2"/>
|
|
<entry type="NameBuiltin" style="#cb4b16"/>
|
|
<entry type="NameClass" style="#cb4b16"/>
|
|
<entry type="NameTag" style=""/>
|
|
<entry type="Literal" style="#2aa198"/>
|
|
<entry type="LiteralNumber" style=""/>
|
|
<entry type="OperatorWord" style="#859900"/>
|
|
<entry type="Comment" style="italic #93a1a1"/>
|
|
<entry type="Generic" style="#d33682"/>
|
|
<entry type="Text" style="#586e75"/>
|
|
</style>
|