]> git.lizzy.rs Git - micro.git/history - cmd/micro/highlight/highlighter.go
Slight improvements to included region highlighting
[micro.git] / cmd / micro / highlight / highlighter.go
2017-03-29 Zachary YedidiaSlight improvements to included region highlighting
2017-03-29 Zachary YedidiaDon't skip included rules in end
2017-03-28 Zachary YedidiaImprove some more region highlighting
2017-03-28 Zachary YedidiaFix region highlighting with empty rules
2017-03-28 Zachary YedidiaAdd support for skipping and remove need for lookbehind
2017-03-27 Zachary YedidiaBetter unicode support in highlight
2017-03-27 Zachary YedidiaFix out of bounds error on syntax highlighting
2017-03-27 Zachary YedidiaFix some issues with unicode syntax highlighting
2017-03-27 Zachary YedidiaMerge branch 'view-refactor'
2017-03-27 Zachary YedidiaMerge branch 'master' into view-refactor
2017-03-26 Zachary YedidiaProper unicode support
2017-03-26 Zachary YedidiaSmall optimization to state only highlighting
2017-03-25 Zachary YedidiaFix possible overflow error
2017-03-24 Zachary YedidiaAdd more performance and memory optimizations
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...