Skip to content

Commit

Permalink
TSQL temp tables
Browse files Browse the repository at this point in the history
  • Loading branch information
jpersons committed Oct 9, 2021
1 parent 7d46a39 commit e170f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlfluff/dialects/dialect_tsql.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
RegexLexer("single_quote_with_n", r"N'([^'\\]|\\.)*'", CodeSegment),
RegexLexer(
"hash_prefix",
r"[#]+[a-zA-Z0-9_]+",
r"[#][#]?[a-zA-Z0-9_]+",
CodeSegment,
),
],
Expand Down

0 comments on commit e170f4c

Please sign in to comment.