Add PHP syntax highlighting

This commit is contained in:
Konrad Borowski 2019-03-06 16:10:21 +01:00
parent 5df8349588
commit 1d9f32aea8
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -0,0 +1,2 @@
INSERT INTO languages(priority, name, highlighter_mode, mime) VALUES
(10, 'PHP', 'php', 'application/x-httpd-php');