deathaxe

Results 818 comments of deathaxe

fixed by https://github.com/SublimeText/Blade/releases/tag/4143-2.1.0 Note: package has been moved to https://github.com/SublimeText/Blade

Note, this is AlpineJS syntax, not directly to related or supported by Blade. To support AlpinJS in Blade templates, install [AlpineJS](https://github.com/SublimeText/AlpineJS) package and create a corresponding `HTML (Blade, AlpineJS)` syntax...

on_window_command and on_text_command catch plugin commands only. It is rather unlikely for sublimeqh to pass all internal commands through plugin_host just for the sake of plugins being able to catch...

Sorry for being too unspecific - stupid me! What I wanted to say is, mainly plugin commands are passed. The point is me barely remembering a statement from sublimehq about...

The `mde_make_page_reference` provided by MarkdownEditing is designed to select an existing word under caret and surround it with `[[ ]]`. A list of available page files containing the word is...

Well, the strength of open source software is, anybody can contribute. I've tweaked related functions to enable adding new wiki links between words, but the wiki system is not one...

Which server? Current SQL syntax primarily supports MySQL, which says the following about comments and identifiers: - https://dev.mysql.com/doc/refman/8.0/en/comments.html - https://dev.mysql.com/doc/refman/8.0/en/identifiers.html According to those specs, `#` introduces a line comment and...

Can confirm, T-SQL syntax supports hashed identifiers. It is however not released with any ST build, so I assume the report targeting old naive implementation. Anyway, maybe we should considder...

Note SQL is extended by and embedded in various syntaxes, thus various packages may need to be overridden to avoid errors with regards to "mismatching syntax versions".

ST4200 is out with rewritten SQL supporting MSSQL / T-SQL. Default SQL syntax used in embedded strings can be adjusted via [DefaultSyntaxChooser](https://github.com/deathaxe/DefaultSyntaxChooser) until we come op with a bundled plugin...