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
Organize References learned to sort reference definitions using "mde.ref_organize_sort" setting
Changes
Fully support xonsh fenced code instead of using Python syntax
(if supported syntax is installed)
Removes indended code block highlighting from list blocks (fixes #663)
ST's syntax engine can't count indentation, so reliably highlighting
indended code blocks in maybe nested list items is impossible.
Use fenced code blocks instead.