branch: externals/sql-indent
commit 4f6355c1e8630fdd3c123ce1264af093a8dba0ae
Author: Pierre Téchoueyres <[email protected]>
Commit: Pierre Téchoueyres <[email protected]>

    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