branch: externals/sql-indent
commit b560c73d2e98bc92141280f2ef22a91daf1d835a
Merge: bc500b8 b132e0f
Author: Alex Harsányi <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #6 from PierreTechoueyres/pte/add-keywors
    
    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 12cf31d..537000f 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