thqby / vscode-autohotkey2-lsp

Autohotkey v2 Language Support using vscode-lsp.
https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp
GNU Lesser General Public License v3.0
210 stars 21 forks source link

#HotIf snippet missing space #389

Closed lstrfwp closed 1 year ago

lstrfwp commented 1 year ago

https://github.com/thqby/vscode-autohotkey2-lsp/blob/bf32d1dcae0a47391211a957baf5d5ccb89df8bd/syntaxes/ahk2.json#L19

Why is #HotIf the only directive snippet with no space at the end?

nopdan commented 1 year ago

HotIf can be used alone.

lstrfwp commented 1 year ago

HotIf can be used alone.

I forgot about that.