[TxMt] extending sql language to support PostgreSQL $dollar$ quoting

Andrew Hammond andrew.george.hammond at gmail.com
Fri Jul 13 21:34:22 UTC 2007


Hello

I would like to extend the sql language definition to support
PostgreSQL's dollar quoting semantics.

http://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-DOLLAR-QUOTING

Ideally, I'd like to be able to fold dollar quoted strings as they're
often used for large chunks of text, particularly function
definitions.

What is the right place to start in order to implement this? Should I
modify the existing sql bundle?

Andrew



More information about the textmate mailing list