fixed single line comments, added case keyword

This commit is contained in:
Felix Angell 2018-04-15 17:12:58 +01:00
parent 93069dc50b
commit 186ad2ce2d

View File

@ -28,7 +28,7 @@ match = [
"type", "import", "package", "func", "struct",
"append", "delete", "make", "for", "if", "while",
"switch", "select", "chan", "else", "var", "const",
"iota"
"iota", "case"
]
[syntax.go.type]
@ -41,8 +41,8 @@ match = [
]
[syntax.go.comment]
colouring = 0xff00ff
pattern = "[\/]+.*"
colouring = 0x4b79fc
pattern = "[\\/]+.*"
[syntax.go.symbol]
colouring = 0xf0a400