Add PostgreSQL syntax highlighting

This commit is contained in:
Konrad Borowski 2019-03-04 08:44:14 +01:00
parent a951608f97
commit 9b49327998
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
DELETE FROM languages WHERE name = 'PostgreSQL';

View File

@ -0,0 +1,2 @@
INSERT INTO languages(priority, name, highlighter_mode, mime) VALUES
(10, 'PostgreSQL', 'sql', 'text/x-pgsql');