mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
More style improvements
This commit is contained in:
@@ -67,6 +67,7 @@ func combineLineMatch(src, dst LineMatch) LineMatch {
|
||||
// A State represents the region at the end of a line
|
||||
type State *region
|
||||
|
||||
// EmptyDef is an empty definition.
|
||||
var EmptyDef = Def{nil, &rules{}}
|
||||
|
||||
// LineStates is an interface for a buffer-like object which can also store the states and matches for every line
|
||||
|
||||
Reference in New Issue
Block a user