]> git.lizzy.rs Git - micro.git/history - cmd/micro/highlight/parser.go
More actions and window organization
[micro.git] / cmd / micro / highlight / parser.go
2017-11-19 Zachary YedidiaMerge pull request #613 from GeigerCounter/build_tools
2017-06-22 Zachary YedidiaThrow error if there is no detect regex
2017-06-21 Zachary YedidiaFix compilation errors
2017-06-21 Zachary YedidiaRecover errors in highlight
2017-05-02 Zachary YedidiaOptimize memory usage for loading syntax files
2017-03-29 Zachary YedidiaAdd support for limit-group to highlights region limits
2017-03-28 GeigerCounterMerge branch 'master' of https://github.com/zyedidia...
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 YedidiaMerge branch 'view-refactor'
2017-03-27 Zachary YedidiaMerge branch 'master' into view-refactor
2017-03-24 Zachary YedidiaAdd more performance and memory optimizations
2017-03-22 Zachary YedidiaAdd support for lookbehind in region regexes
2017-03-20 Zachary YedidiaUse bytes for highlight groups
2017-02-26 Zachary YedidiaAdd more syntax files and include syntax highlighter...