]> git.lizzy.rs Git - micro.git/history - cmd/micro/highlight/highlighter.go
Add support for lookbehind in region regexes
[micro.git] / cmd / micro / highlight / highlighter.go
2017-03-22 Zachary YedidiaAdd support for lookbehind in region regexes
2017-03-21 Zachary YedidiaImprove new syntax files and fix a region glitch
2017-03-21 Zachary YedidiaSupport rule precedence just like the old format
2017-03-21 Zachary YedidiaOptimize the memory usage for syntax highlighting
2017-03-20 Zachary YedidiaUse bytes for highlight groups
2017-03-16 Zachary YedidiaFix larger multiline region highlighting
2017-03-16 Zachary YedidiaFix small issue with regions
2017-02-26 Zachary YedidiaAdd more syntax files and include syntax highlighter...