diff options
-rw-r--r-- | project2/sql/sql.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/sql/sql.ll b/project2/sql/sql.ll index dd51742..b4aab45 100644 --- a/project2/sql/sql.ll +++ b/project2/sql/sql.ll @@ -20,7 +20,7 @@ term ; any ({other}|{space}) quote ' quote_apos '' -dollarquote "$".[a-zA-Z]."$" +dollarquote ("$".[a-zA-Z]."$"|"$$") %x COMMENT %x STATEMENT |