updated screenshot; made for/if/switch/select/chan keywords in go

This commit is contained in:
Felix Angell 2018-04-14 02:13:05 +01:00
parent 0b49a015ad
commit 9e54861667
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ extensions = [".go"]
colouring = 0xf0a400
match = [
"type", "import", "package", "func", "struct",
"append", "delete", "make"
"append", "delete", "make", "for", "if", "while",
"switch", "select", "chan",
]
[syntax.go.type]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 122 KiB