-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
I have the following sql. Yes, I have sql queries in database tables. Do not judge me 🐇
This is the code i want to highlight:
INSERT INTO MESSAGESEARCHPATTERN (name, query)
VALUES ('a','select ''hello world'' from a')
-- this is a comment
INSERT INTO MESSAGESEARCHPATTERN (name, query)
VALUES ('a','select ''hello world'' from a')this is, what the test page/prismjs makes from it (language is SQL):
