aboutsummaryrefslogtreecommitdiff
path: root/data/core/tokenizer.lua
AgeCommit message (Collapse)Author
2020-05-14Made tokenizer skip parsing process on plain-text filesrxi
This, along with the earlier rencache changes should resolve #64
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`