diff --git a/cfg/linuxconfig.go b/cfg/linuxconfig.go index f8f1327..8210b49 100644 --- a/cfg/linuxconfig.go +++ b/cfg/linuxconfig.go @@ -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] diff --git a/screenshot.png b/screenshot.png index 002dd54..6059c81 100644 Binary files a/screenshot.png and b/screenshot.png differ