branch: externals/sql-indent
commit a05fcff0a792d66af072976fdaf3b0adaf687ef3
Merge: dffc896 4f6355c
Author: alex-hhh <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #3 from PierreTechoueyres/master
    
    Add new keywords in `sqlind-sqlplus-directive'.
---
 sql-indent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql-indent.el b/sql-indent.el
index d6da4b6..171c0f8 100644
--- a/sql-indent.el
+++ b/sql-indent.el
@@ -162,7 +162,7 @@ a strinf or comment."
 
 (defconst sqlind-sqlplus-directive
   (concat "^"
-         (regexp-opt '("column" "set" "rem" "define" "spool") t)
+         (regexp-opt '("column" "set" "rem" "define" "spool" "prompt" "clear" 
"compute" "whenever") t)
          "\\b")
   "Match an SQL*Plus directive at the beginning of a line.
 A directive always stands on a line by itself -- we use that to

Reply via email to