aboutsummaryrefslogtreecommitdiff
path: root/data/core/doc/highlighter.lua
AgeCommit message (Expand)Author
2022-06-11Add `Highlighter:update_notify` to keep track of retokenized linesGuldoman
2021-11-23Merge pull request #681 from Guldoman/prepopulate_highlighterAdam
2021-11-22Speed up highlighter notifyGuldoman
2021-11-20Add `soft_reset` to highlighterGuldoman
2021-10-26Don't insert `nil` in highlighter lines tableGuldoman
2021-10-08Improve highlither for document editsFrancesco Abbate
2021-10-08Fix error in incremental syntax highlighterFrancesco Abbate
2020-06-02Fixed bug in Highlighter.invalidate() when setting first_invalid_linerxi
2020-05-10Removed redundant line from syntax highlighterrxi
2020-05-10Whitespacerxi
2020-05-09Fixed highlighter resetting of syntax on doc filename changerxi
2020-05-09Fixed rare case where core.doc.highlighter would iterate out of line boundsrxi
2020-05-08Moved `syntax` from `doc.highlighter` to `doc`rxi
2020-05-07Moved highlighter code from `DocView` to `Doc`rxi