📝 Changed if and elif as well
This commit is contained in:
parent
90568ff545
commit
2a639680a7
1 changed files with 2 additions and 2 deletions
|
|
@ -75,10 +75,10 @@ matches:
|
|||
replace: "while () {}"
|
||||
|
||||
- trigger: ":if"
|
||||
replace: "if () {}"
|
||||
replace: "if() {}"
|
||||
|
||||
- trigger: ":elif"
|
||||
replace: "else if () {}"
|
||||
replace: "else if() {}"
|
||||
|
||||
- trigger: ":else"
|
||||
replace: "else {}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue