Hi,
there seems to be an error in the very first rule of the SQL Syntax in the svn repository.
it starts:
{ name = 'declaration.create.sql'; match = '(?i:^\s*(create)\s+(aggregate|conversion|database|domain| function|group|(unique\s+)?index|language|operator class|operator| rule|schema|sequence|table|tablespace|trigger|type|user|view)\s+) ([''"`])?(\w+)';
but should have an additional ([''"`])? at the end.
Because as it is now, the closing ` (e.g.) starts a string after the frist CREATE TABLE for me and that makes syntax highlighting useles for the rest of the file.
Soryu.