[syntax] add a highlight_ranges optional arg to the Syntax ctor

With this new API we can apply a style from (LINE A, COLUMN A) to (LINE B, COLUMN B) - which is something we will need to be able to add arbitrary ranges to Syntax
This commit is contained in:
Olivier Philippon 2022-06-15 14:27:15 +01:00
parent 695256ce53
commit ebc5d2797e
3 changed files with 179 additions and 9 deletions

File diff suppressed because one or more lines are too long