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
There's a huge chance I'll retire this project in favor of merging my features into https://github.com/joshwnj/json-mode. As for now, I'd recommend using that mode, as it provides similar functionality, and I'm trying to bring whatever is missing into it. I'm stuck with an issue with idle timers in Emacs 27, and I haven't had much energy to try debugging it, as nobody knows why it's happening.
M-x json-mode-get-path-to-point (also on the C-c, C-l keys) does not work if font-lock is disabled.
For example:
{
"a": 1
}
Parsing / interpreting the JSON shouldn't depend on syntax highlighting being enabled, so I'd call this a bug.
The text was updated successfully, but these errors were encountered: