mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Support include statements in syntax files
This commit is contained in:
@@ -14,6 +14,8 @@ func LoadSyntaxFiles() {
|
||||
LoadSyntaxFile(data, f.Name())
|
||||
}
|
||||
}
|
||||
|
||||
highlight.ResolveIncludes(syntaxDefs)
|
||||
}
|
||||
|
||||
func LoadSyntaxFile(text []byte, filename string) {
|
||||
|
||||
Reference in New Issue
Block a user