0f63dd339a
1. Highlight short variable declaration operator :=. 2. 'while' is not go keyword. 3. Auto insert ')', '}', when line ends with '(' or '{'.
59 lines
209 B
Plaintext
59 lines
209 B
Plaintext
1
|
|
{
|
|
}
|
|
|
|
2
|
|
{
|
|
|
|
}
|
|
|
|
3
|
|
{
|
|
bar()
|
|
}
|
|
|
|
4
|
|
{
|
|
bar()
|
|
}
|
|
|
|
5
|
|
{
|
|
bar()
|
|
}
|
|
|
|
6
|
|
{
|
|
bar()
|
|
}
|
|
|
|
7
|
|
{(
|
|
)}
|
|
|
|
8
|
|
{(
|
|
|
|
)}
|
|
|
|
9
|
|
{(
|
|
foo()
|
|
)
|
|
}
|
|
|
|
10
|
|
{(
|
|
foo()
|
|
)}
|
|
|
|
11
|
|
{(
|
|
bar()
|
|
)}
|
|
|
|
12
|
|
{(
|
|
bar()
|
|
)}
|