mirror of
https://github.com/cheat/cheat.git
synced 2024-11-03 14:41:02 +01:00
1790aec85d
Bump `alecthomas/chroma` to `v2`: https://github.com/cheat/cheat/issues/735
21 lines
440 B
XML
21 lines
440 B
XML
<lexer>
|
|
<config>
|
|
<name>plaintext</name>
|
|
<alias>text</alias>
|
|
<alias>plain</alias>
|
|
<alias>no-highlight</alias>
|
|
<filename>*.txt</filename>
|
|
<mime_type>text/plain</mime_type>
|
|
<priority>-1</priority>
|
|
</config>
|
|
<rules>
|
|
<state name="root">
|
|
<rule pattern=".+">
|
|
<token type="Text"/>
|
|
</rule>
|
|
<rule pattern="\n">
|
|
<token type="Text"/>
|
|
</rule>
|
|
</state>
|
|
</rules>
|
|
</lexer> |