File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Download the latest release. Open the .fdz file with FlashDevelop.
1616https://github.com/SlavaRa/fdplugin-postfix-code-completion/releases
1717
1818## Features
19- Available templates for AS3:
19+ Available templates for ** AS3** :
2020* ` .if ` – checks boolean expression to be true ` if (expr) `
2121* ` .else ` – checks boolean expression to be false ` if (!expr) `
2222* ` .null ` – checks nullable expression to be null ` if (expr == null) `
@@ -38,7 +38,7 @@ Available templates for AS3:
3838* ` .dowhile ` – uses expression as loop condition ` do{...} while(expr); `
3939* ` .sel ` – selects expression in editor
4040
41- Available templates for Haxe:
41+ Available templates for ** Haxe** :
4242* ` .code ` - for String expression to be ` expr.code `
4343* ` .if ` – checks boolean expression to be true ` if (expr) `
4444* ` .else ` – checks boolean expression to be false ` if (!expr) `
You can’t perform that action at this time.
0 commit comments