You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
The HTML tmLanguage file causes SyntaxKit to crash on
"<h1 title='Hello Title'>Hello World!</h1>\n"
.My code:
I used the HTML plist from TextMate's html.tmbundle.
It managed to output:
And then crashed with:
The crash seems to be happening on line 103 of Parser.swift
Parsing worked fine when I tested SyntaxKit with the YAML plist included in the SyntaxKit fixtures.
This is on OS X 10.10.3 with Xcode 7 beta 2
The text was updated successfully, but these errors were encountered: