Fix syncat example

This commit is contained in:
Zachary Yedidia
2017-02-19 21:00:54 -05:00
parent aa571f2f0c
commit a89c9319b3
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
filetype: go
detect:
filename: "\\.go$"
filename: "\\.go$"
rules:
- statement: "\\b(break|case|continue|default|else|for|go|goto|if|range|return|switch)\\b"