sublime-text-plugin
sublime-text-plugin copied to clipboard
The essential toolkit for web-developers
Recently noticed that I would occasionally get a python error when using the `"auto_mark": "markup"` option. Forked and added a small fix to check that `syntax_info` exists: https://github.com/ohboylan/sublime-text-plugin/commit/af081e3f556a7ea502b15de04f9e75f525da521f I've only...
Firstly, thanks your great work. I hit a issue everyday, which for example, I have some jsx code, looks like below: ```
Would it be possible to add support for Elixir files with embedded HTML? They are [supported in VSCode](https://pragmaticstudio.com/tutorials/formatting-heex-templates-in-vscode) using Emmet so it should be possible I think.
Pressing `.` to auto-insert `.class` is amazing when it works but there exist various cases where it misfires and prevents from inserting proper code. For example: https://github.com/emmetio/sublime-text-plugin/assets/153197/2c89596c-893f-4ba4-8751-f615db137d77 Scopes. It also...
Is there any option to disable this behaviour? It's very annoying. 
I have checked the Emmet docs, but I may be missing something. What I am looking for is an Emmet action to jump to end of closing tag (or right...
STR: * Select some text * Summon the "wrap with abbreviation" feature In ST 4 on a Mac, that is enough to show the behavior. Unless the cursor is already...
I am using Sublime text4. I am using Emmte. I am using Emmte! and then ctrl+e to expand the HTML document template. I want to change ` to .` But...
I have a larger CSS files which contains a few base64-encoded fonts. (the css file is ~800kb of which 650kb are the fonts). I noticed a *considerable* slowdown, similar to...
I use Emmet to cleanse/add HTML to our daily newsletter. While reading through the articles, I may need to wrap paragraphs with 'p' tags, articles with 'i' tags and other...