Skip to content

Commit

Permalink
Write simple prompt pre-processing for SQL files
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rp committed Aug 18, 2023
1 parent fd1b8eb commit 7ba4b06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions autoload/neural/pre_process/sql.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
" Author: w0rp <[email protected]>
" Description: Pre-processing rules for SQL files.

function! neural#pre_process#sql#Process(buffer, input) abort
let a:input.prompt = 'Write SQL code. ' . a:input.prompt
endfunction

0 comments on commit 7ba4b06

Please sign in to comment.