aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* remove todoJonas Maier2026-06-021-2/+0
|
* negative lookahead seems to work too ?!Jonas Maier2026-06-021-12/+9
|
* better case_match commandJonas Maier2026-06-023-14/+26
|
* seems to workJonas Maier2026-06-023-39/+61
|
* some code but it does not workJonas Maier2026-06-021-202/+167
|
* lookahead, implemented wrongJonas Maier2026-06-021-28/+231
|
* assertion propagation in enfaJonas Maier2026-06-022-31/+101
|
* refactor enfa for better type safetyJonas Maier2026-06-022-110/+147
|
* refactor regex internals for easier modificationJonas Maier2026-06-022-51/+94
|
* fix regex testJonas Maier2026-06-021-1/+2
|
* regex: parse lookahead and lookbehindJonas Maier2026-06-024-18/+85
|
* use consume_keyword for `fun` and `set` parsing tooJonas Maier2026-06-011-5/+9
|
* some more regex testsJonas Maier2026-06-011-1/+17
|
* syntax highlighting for regex; syntax highlighting syntax errorsJonas Maier2026-06-013-5/+73
|
* clippyJonas Maier2026-06-0111-36/+51
|
* simplifyJonas Maier2026-06-011-18/+4
|
* syntax highlighting for variable interpolation and escape codesJonas Maier2026-06-012-2/+39
|
* add . to regex parsingJonas Maier2026-05-312-3/+9
|
* comment parsingJonas Maier2026-05-311-1/+19
|
* regex based case statementsJonas Maier2026-05-317-16/+914
|
* basic case statementJonas Maier2026-05-312-0/+113
|
* allow highlighting to be disabled, once againJonas Maier2026-05-242-13/+11
|
* less broken multiline editingJonas Maier2026-05-244-35/+42
|
* better multiline handlingJonas Maier2026-05-245-44/+99
|
* correct colors after ct-commands modify promptJonas Maier2026-05-241-0/+1
|
* default profile executionJonas Maier2026-05-241-4/+15
|
* add logic to query cursor positionJonas Maier2026-05-243-33/+128
|
* terminal prompt from ps1 module nowJonas Maier2026-05-243-23/+48
|
* prompt evaluation in own moduleJonas Maier2026-05-234-33/+120
|
* allow registration of variable watchersJonas Maier2026-05-232-0/+122
|
* can now build without git command or .git directoryJonas Maier2026-05-231-1/+4
|
* partial strings now get syntax highlighting tooJonas Maier2026-05-231-0/+4
|
* allow syntax highlighting to be enabled or disabledJonas Maier2026-05-233-12/+42
|
* customizable syntax highlightingJonas Maier2026-05-238-21/+215
|
* no more hello msgJonas Maier2026-05-221-1/+0
|
* syntax highlighting bug fixesJonas Maier2026-05-224-12/+53
|
* syntax highlighting fixesJonas Maier2026-05-222-7/+2
|
* basic syntax highlightingJonas Maier2026-05-228-200/+556
|
* lenient block parsing for completionJonas Maier2026-05-222-39/+80
|
* if-statement parsing might now allow for completion within if-statementsJonas Maier2026-05-222-23/+101
|
* less ascii escaping if we are printing to stdout directlyJonas Maier2026-05-222-10/+9
|
* type builtin: displays alias definition nowJonas Maier2026-05-223-12/+27
|
* automatically set XDG_ variables for child processesJonas Maier2026-05-142-5/+26
|
* nicer pipe behaviorJonas Maier2026-05-143-7/+19
|
* correct handling of XDG dirsJonas Maier2026-05-143-16/+44
|
* second enter keybindJonas Maier2026-05-121-0/+1
|
* clippyJonas Maier2026-05-126-45/+45
|
* prevent warnings in release buildJonas Maier2026-05-121-50/+59
|
* variable refactor: export builtinJonas Maier2026-05-124-8/+79
|
* variable refactor: completion also for magic varsJonas Maier2026-05-125-25/+91
|