squawk-lexer 2.45.0

Linter for Postgres migrations & SQL
Documentation
1
2
3
4
5
6
7
8
---
source: crates/squawk_lexer/src/lib.rs
expression: result
---
[
    "\n" @ Whitespace,
    "/*\n * foo\n * bar\n /*\n*/" @ BlockComment { terminated: false },
]