aboutsummaryrefslogtreecommitdiff
path: root/data/core/doc/init.lua
AgeCommit message (Collapse)Author
2020-06-08Added file-header pattern support to `syntax`rxi
2020-05-14Exposed doc's internal insert/remove: Doc:raw_insert|removerxi
2020-05-09Fixed highlighter resetting of syntax on doc filename changerxi
2020-05-08Moved `syntax` from `doc.highlighter` to `doc`rxi
2020-05-07Moved highlighter code from `DocView` to `Doc`rxi
* Only one highlighter state is kept per-document as opposed to one per-docview * Fixes a bug with retaining older highlighter state as a DocView wasn't able to detect lines changing above it's viewport * Renames `highlighter` module to more descriptive `tokenizer`
2019-12-28Initial commitrxi