Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ex_getln: Make use of new parser to color expressions | ZyX | 2017-10-29 |
| | | | Retires g:Nvim_color_expr callback. | ||
* | klee: Include colors in test | ZyX | 2017-10-16 |
| | |||
* | viml/parser/expressions: Finish parser | ZyX | 2017-10-15 |
| | | | | | | | Note: formatc.lua was unable to swallow some newer additions to ExprASTNodeType (specifically `kExprNodeOr = '|'` and probably something else), so all `= …` were dropped: in any case they only were there in order to not bother updating viml_pexpr_debug_print_ast_node and since it is now known all nodes which will be present it is not much of an issue. | ||
* | viml/parser: Add helper functions for highlighting | ZyX | 2017-10-08 |
| | |||
* | viml/parser: Handle encoding conversions | ZyX | 2017-10-08 |
| | |||
* | viml/expressions: Add lexer with some basic tests | ZyX | 2017-10-08 |