mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
22 lines
441 B
XML
22 lines
441 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>
|