Commit Graph

99 Commits

Author SHA1 Message Date
syedm b6e40ae1a6 Add tree-sitter grammars for common languages I use. 2025-12-25 22:01:58 +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 a10dd92249 Basic lsp and precompiler header support 2025-12-24 11:08:25 +00:00
syedm 43f443e128 Add virtual text support in editor rendering 2025-12-22 17:18:45 +00:00
syedm a12e2fb1c4 Add better indentation and pasting 2025-12-22 14:56:48 +00:00
syedm 7307387f64 Optimize line iterator 2025-12-19 20:46:52 +00:00
syedm d5145d88a7 Basic indentation support 2025-12-18 18:55:08 +00:00
syedm f347f50dbe Stuff 2025-12-18 17:06:47 +00:00
syedm f764c78c6b Folding update test 2025-12-18 15:40:25 +00:00
syedm 4f19c2f6c1 Stuff 2025-12-18 15:21:25 +00:00
syedm d82389bc42 Add jumping hooks for faster navigation 2025-12-14 12:17:38 +00:00
syedm 5fae2f3bb6 Add alt+arrow support 2025-12-14 10:52:56 +00:00
syedm aa25bf0ac3 Fixes and cleanup 2025-12-14 09:49:17 +00:00
syedm 628000f851 Add proper selection modes and word jumping 2025-12-13 20:43:04 +00:00
syedm 5153770ee9 Add selection + clipboard support (cut/copy/paste) 2025-12-13 17:50:44 +00:00
syedm a59111162c Add line numbers 2025-12-13 16:47:07 +00:00
syedm d8c281d7d7 Set cursor types 2025-12-13 15:35:42 +00:00
syedm d9ebf83588 Add mouse support 2025-12-13 15:08:31 +00:00
syedm e83cc6cf02 Add scrolling support and other minor fixes 2025-12-13 13:43:51 +00:00
syedm 38839408b1 idk 2025-12-13 01:05:06 +00:00
syedm d5f5dd21b0 Treat input thread as the non-blocking it is 2025-12-13 00:55:09 +00:00
syedm ce06ca8057 Add basic modes and mode-navigation 2025-12-13 00:48:42 +00:00
syedm dad7d844ca Add unicode input support 2025-12-13 00:23:59 +00:00
syedm e6ce95a1d4 Cleanup 2025-12-12 22:19:44 +00:00
syedm 06c7b7dfaa Bump highlight limits 2025-12-12 21:03:05 +00:00
syedm fd70a40a49 Update preffered cursor column for edits properly 2025-12-12 20:47:28 +00:00
syedm 39542bac33 Undo editor size to fullscreen 2025-12-12 20:31:00 +00:00
syedm ce74e75f04 Major bug fixes 2025-12-12 20:29:34 +00:00
syedm 7349cfd00a Add wide character support (tabs/emojis) and other minor fixes 2025-12-12 16:36:36 +00:00
syedm 17e8521f6a Modularize insertion/deletion 2025-12-11 18:00:17 +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 260867e225 Fix ensure_scoll bug where logical and visual lines were mixed up. 2025-12-10 22:08:30 +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 f60d6ba0d8 Add file support for more file-types
- and syntax highlighting for bash
2025-12-10 01:14:51 +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 d290af71d8 Fix bugs in rope data operations 2025-12-08 19:14:23 +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 2c3f8f2e46 Switch folds from c-style array to std::vector 2025-12-07 18:18:54 +00:00
syedm ada0fed34c Remove unneccesary folders 2025-12-07 17:46:17 +00:00
syedm 7acf35c8ea Switch to c++ 2025-12-07 17:22:12 +00:00
syedm 2927df7710 Basic renderers and input handlers 2025-11-07 11:29:54 +00:00
syedm 06d6b90436 chore: commit folders 2025-09-20 14:45:19 +01:00