We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d86833 commit c7548e3Copy full SHA for c7548e3
autoload/neural/pre_process/json.vim
@@ -0,0 +1,7 @@
1
+" Author: w0rp <[email protected]>
2
+" Description: Pre-processing rules for JSON files.
3
+
4
+function! neural#pre_process#json#Process(buffer, input) abort
5
+ let a:input.prompt = 'Write only JSON syntax, no explanation. '
6
+ \ . a:input.prompt
7
+endfunction
0 commit comments