Warning, /frameworks/syntax-highlighting/data/syntax/purescript.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE language>
0003 <language name="PureScript" version="1" kateversion="5.53" section="Sources" extensions="*.purs" author="Gleb Popov (6yearold@gmail.com)" license="BSD3" indenter="haskell" style="haskell">
0004   <highlighting>
0005   <contexts>
0006     <context attribute="Normal" lineEndContext="#stay" name="code">
0007       <IncludeRules context="code##Haskell" />
0008     </context>
0009   </contexts>
0010   <itemDatas>
0011     <itemData name="Normal"           defStyleNum="dsNormal"   spellChecking="false" />
0012   </itemDatas>
0013   </highlighting>
0014   <general>
0015     <folding indentationsensitive="1"/>
0016     <comments>
0017       <comment name="singleLine" start="--" />
0018       <comment name="multiLine" start="{-" end="-}" />
0019     </comments>
0020     <keywords casesensitive="1" />
0021 </general>
0022 </language>