Add rust, sh, swift

This commit is contained in:
Zachary Yedidia
2017-02-16 19:03:26 -05:00
parent 651099f42f
commit 3cb7d7271c
5 changed files with 138 additions and 2 deletions
-1
View File
@@ -45,7 +45,6 @@ type Region struct {
}
// ParseDef parses an input syntax file into a highlight Def
// Note that ParseDef may return multiple errors
func ParseDef(input []byte) (*Def, error) {
var rules map[interface{}]interface{}
if err := yaml.Unmarshal(input, &rules); err != nil {