diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-29 11:39:43 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-29 11:39:43 +0530 |
| commit | 406432cd53c168390221ae37a41724eda5b867c9 (patch) | |
| tree | 86cc93cac5aafc87f5215c7ff3718362f3a26bc8 /scripts/apply_vimgrep_updates.fnl | |
| parent | 74d4dd79e50d816f87d4f7127b978d5f1467e1e6 (diff) | |
| download | kakoune-config-406432cd53c168390221ae37a41724eda5b867c9.tar.gz kakoune-config-406432cd53c168390221ae37a41724eda5b867c9.zip | |
Change singleton terminal escaping + ts face changes
Diffstat (limited to 'scripts/apply_vimgrep_updates.fnl')
| -rwxr-xr-x | scripts/apply_vimgrep_updates.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/apply_vimgrep_updates.fnl b/scripts/apply_vimgrep_updates.fnl index 664ed8a..4542930 100755 --- a/scripts/apply_vimgrep_updates.fnl +++ b/scripts/apply_vimgrep_updates.fnl @@ -1,5 +1,7 @@ #!/usr/bin/env -S fennel --lua luajit +;; TODO: Support -A -B outputs for context + (local M {}) (fn M.main [] |
