Dmitry Krasnov
Dmitry Krasnov
+1, Sublime Text build 4126
@froderik I ended up writing my own simple implementation of a [tool](https://gist.github.com/vizvamitra/c7afa0e7fd09f5023825) that converts directed graph to dot string and feeding this string directly to _dot_ command.
@froderik it does work with russian so I think it'll do so with swedish too =) ``` ruby system('dot /path/to/dot/file.dot -Tsvg -o /path/to/output/file.svg') ``` But you will probably need to...
Hi. Let me add to this instead of creating a separate issue cause it seems related. Looks like pressing Tab while cursor is anywhere on the line that starts with...
As a temporary solution that both gets rid of the bug and keeps emmet usable with jsx, I've used [OverrideAudit plugin](https://github.com/OdatNurd/OverrideAudit) to change my local copy of emmet plugin, overriding...
Sure. First video shows behavior with all my completions plugins (LSP-copilot, LSP-tailwindcss) enabled, on the second one I've disabled those two but the bug persisted https://github.com/user-attachments/assets/a8d35ae0-4958-43d4-9a3f-ca3c18160068 https://github.com/user-attachments/assets/a68cfb08-14b0-4781-9216-42b729aff9c7
Some insights here. I guess one thing that goes wrong is that `py-emmet`'s `extract`, when called [here](https://github.com/emmetio/sublime-text-plugin/blob/cfe97208e4f678a0eacf909f1eca6f396eeca74c/lib/emmet_sublime.py#L143) with a prefix, recognizes as abbreviation the whole line starting with that prefix...