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
Regarding the Markdown file, it has to do with indentation. I tried trimming down the file and for some reason it breaks if the indent is 18 cols or higher. I most definitely messed something up when trying to optimize indentation scanning. I'll have a look tomorrow; I just had time for a quick check to see if it was an easy fix.
The issue with the Makefile file was fixed in 0eb7936, although I cannot remember whence that issue was brought to my knowledge. A release has not yet been made with that commit. I think I'll fix this and release afterwards.
The issue has been fixed and a new release has been tagged! :)
Both files should now be parsed properly. Please do let me know if you still encounter any bug!
I get an error when trying to parse this file from Sublime Packages. When I try to do so, I get this error:
Err(ScanError { mark: Marker { index: 21883, line: 447, col: 18 }, info: "while scanning a block scalar, did not find expected comment or line break" })
It also breaks when trying to parse this file because it doesn't like comments appearing between the
%YAML 1.2
and the 3 hyphens.I discovered this issue when updating the
syntect
library to useyaml-rust2
instead ofyaml-rust
. Everything was parsed fine on version 0.4.5 of the oldyaml-rust
library.This is unfortunately the only useful info on the bug I have at the moment.
The text was updated successfully, but these errors were encountered: