Commit Graph

17 Commits

Author SHA1 Message Date
syedm 655f0e7d77 Feat: Add syntax highlighting for a lot more languages 2025-12-26 20:46:36 +00:00
syedm f3c87431a3 Add lsp warnings and updates support (and other minor fixes) 2025-12-25 18:14:45 +00:00
syedm 69b981097e Improve syntax highlight injection logic 2025-12-25 04:55:56 +00:00
syedm 659628835d Add tree-sitter injections support & cleanup 2025-12-25 04:14:53 +00:00
syedm e83cc6cf02 Add scrolling support and other minor fixes 2025-12-13 13:43:51 +00:00
syedm dad7d844ca Add unicode input support 2025-12-13 00:23:59 +00:00
syedm 06c7b7dfaa Bump highlight limits 2025-12-12 21:03:05 +00:00
syedm 24c5b70af1 Major code cleanup. 2025-12-10 22:51:19 +00:00
syedm 646c6e9026 Add periodic forced tree-sitter update 2025-12-10 22:09:24 +00:00
syedm 303f008b6f Fixes
- Switch to using PCRE for ts predicate matching
- Fix/use shebang hl for ruby and bash grammars
2025-12-10 19:49:09 +00:00
syedm 774a21241e Style fixes 2025-12-10 19:10:12 +00:00
syedm bc67d2e682 Make tree-sitter read function utilize faster rope reading
- By removing any allocations/deallocation that the function would have used
2025-12-10 18:02:37 +00:00
syedm 9900b83871 Minor fixes 2025-12-09 23:18:06 +00:00
syedm 8fc6d63748 Add early return and style fixes 2025-12-08 19:15:08 +00:00
syedm 2121339e67 Shift spans between highlights properly 2025-12-08 17:02:43 +00:00
syedm e364c7d0a6 Minor fixes 2025-12-07 19:53:43 +00:00
syedm 7acf35c8ea Switch to c++ 2025-12-07 17:22:12 +00:00