diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-07 19:39:45 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-07 19:39:45 -0700 |
| commit | 489e132d4aec29970e0981ee12252d3925ad49c3 (patch) | |
| tree | ac2ae9ef2723e8f4daf2ccafec3d45eb8daf5e74 /lua/99/prompt-settings.lua | |
| parent | e341ecf0a2eea90e2948f620903bfc51cbcaac9c (diff) | |
| download | a4-489e132d4aec29970e0981ee12252d3925ad49c3.tar.xz a4-489e132d4aec29970e0981ee12252d3925ad49c3.zip | |
chore: lint and format
Diffstat (limited to 'lua/99/prompt-settings.lua')
| -rw-r--r-- | lua/99/prompt-settings.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/99/prompt-settings.lua b/lua/99/prompt-settings.lua index 295254f..45f46dd 100644 --- a/lua/99/prompt-settings.lua +++ b/lua/99/prompt-settings.lua @@ -27,7 +27,8 @@ X = how many lines should be highlighted <Rule>Each location is separated by new lines</Rule> <Rule>Each path is specified in absolute pathing</Rule> <Example> -You have found 3 locations in files foo.js, bar.js, and baz.js. There are 2 locations in foo.js, 1 in bar.js and baz.js. +You have found 3 locations in files foo.js, bar.js, and baz.js. +There are 2 locations in foo.js, 1 in bar.js and baz.js. <Output> /path/to/project/src/foo.js:24:8,3 /path/to/project/src/foo.js:71:12,7 |
