colorer / Colorer-library

Syntax highlighting and text parsing library
MIT License
22 stars 5 forks source link

crash on invalid jar location #15

Closed ctapmex closed 3 years ago

ctapmex commented 3 years ago

If location of filetype set to invalid path , load scheme crashed.

example, auto/empty.hrc

  <prototype name="markdown" group="scripts" description="markdown">
    <filename>/\.(text|md|markdown)$/i</filename>
    <location link="jar:common.jar!misc/markdown.hrc"/>
  </prototype>