]> git.lizzy.rs Git - micro.git/history - cmd/micro/highlight
Code optimisation (#1117)
[micro.git] / cmd / micro / highlight /
2018-01-29 Zachary YedidiaLarge syntax highlighting memory optimization
2017-11-19 Zachary YedidiaMerge pull request #613 from GeigerCounter/build_tools
2017-10-21 Zachary YedidiaMerge pull request #782 from i-amdroid/master
2017-10-04 Zachary YedidiaMerge pull request #850 from nitsakh/feat-809
2017-10-01 Zachary YedidiaFix some golint warnings
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-03 Zachary YedidiaCorrectly detect synatx ft from header
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-29 Zachary YedidiaAdd skip statements to all strings
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 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 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...