mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-31 22:36:27 -04:00
Add rust, sh, swift
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user