<p></p>
<p>I have a text file written in s-expression, pasted below</p>
<pre><code>(module VIA-091X03-VE (layer F.Cu) (tedit 5EAC6216)
  (fp_text reference REF** (at 0 0) (layer F.SilkS) hide
    (effects (font (size 1 1) (thickness 0.15)))
  )
  (fp_text value VIA-091X03-VE (at 0 2) (layer F.Fab) hide
    (effects (font (size 1 1) (thickness 0.15)))
  )
  (fp_line (start -0.85344 -0.85344) (end -0.85344 0.85344) (layer F.CrtYd) (width 0.05))
  (fp_line (start -0.85344 0.85344) (end 0.85344 0.85344) (layer F.CrtYd) (width 0.05))
  (fp_line (start 0.85344 0.85344) (end 0.85344 -0.85344) (layer F.CrtYd) (width 0.05))
  (fp_line (start 0.85344 -0.85344) (end -0.85344 -0.85344) (layer F.CrtYd) (width 0.05))
  (pad "" thru_hole circle (at 0 0) (size 0.9144 0.9144) (drill 0.3048) (layers *.Cu *.Mask)
    (solder_mask_margin 0.1016)
    (zone_connect 2))
)
</code></pre>
<p>If I open it with geany and set the document file type to LISP, the highlighting is a bit inconsistent, especially for negative numbers:<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/10653970/80870462-95783700-8c74-11ea-8662-42ee3c8abeb3.png"><img src="https://user-images.githubusercontent.com/10653970/80870462-95783700-8c74-11ea-8662-42ee3c8abeb3.png" alt="image" style="max-width:100%;"></a></p>
<p>Is there a better highlighter for this type of document that I am not finding in the list?</p>
<p>Related:<br>
<a href="https://sexpdata.readthedocs.io/en/latest/" rel="nofollow">https://sexpdata.readthedocs.io/en/latest/</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2493">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ4DO2TRK5T4CDX22ZDRPRGLPANCNFSM4MXYFBYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ2MZDVZH7PT7E7XVD3RPRGLPA5CNFSM4MXYFBYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4JDOUUZQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2493",
"url": "https://github.com/geany/geany/issues/2493",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>