Replies: 2 comments 2 replies
-
This is intentional to avoid Helix being unusable when syntax highlighting takes too long. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What determines the threshold for whether or not syntax highlighting is disabled? Is that adjustable? Is there a way to get some sort of notification when this happens? Looking at other editors...
It looks like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using helix to open a large (22MB) JSON file. The open file does not receive any syntax highlighting, and helix reports (in
helix.log
):Opening smaller files works without a problem. The file is valid JSON (as confirmed with e.g.
jq
,json_verify
from yajl,python -m json.tool
).Beta Was this translation helpful? Give feedback.
All reactions