branch: externals/sql-indent
commit 31f22c361ade2b54a4e5aed3a4a92e2478cc2724
Merge: 0a05fe3 b560c73
Author: Alex Harsanyi <[email protected]>
Commit: Alex Harsanyi <[email protected]>

    Merge branch 'master' of github.com:alex-hhh/emacs-sql-indent
---
 sql-indent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql-indent.el b/sql-indent.el
index c3799b5..aec5688 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" "prompt" "clear" 
"compute" "whenever") t)
+         (regexp-opt '("column" "set" "rem" "define" "spool" "prompt" "clear" 
"compute" "whenever" "@" "@@" "start") 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