Skip to content

Commit eaa4c11

Browse files
author
SlavaRa
committed
Update README.md
1 parent 03093b7 commit eaa4c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Download the latest release. Open the .fdz file with FlashDevelop.
1616
https://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)`

0 commit comments

Comments
 (0)