0f63dd339a
1. Highlight short variable declaration operator :=. 2. 'while' is not go keyword. 3. Auto insert ')', '}', when line ends with '(' or '{'.
19 lines
99 B
Plaintext
19 lines
99 B
Plaintext
if true {
|
|
}
|
|
|
|
if true {
|
|
|
|
}
|
|
|
|
if true {
|
|
bar()
|
|
}
|
|
|
|
if true {
|
|
bar()
|
|
}
|
|
|
|
if true {
|
|
bar()
|
|
}
|