highlightjs / highlight.js

JavaScript syntax highlighter with language auto-detection and zero dependencies.
https://highlightjs.org/
BSD 3-Clause "New" or "Revised" License
23.31k stars 3.52k forks source link

Update sql.js to include the LIMIT command #3952

Closed colin99d closed 6 months ago

colin99d commented 6 months ago

Adds the limit command to the sql file.

Checklist

joshgoebel commented 6 months ago

Please use a database specific grammar, our SQL grammar is only intended for actual ANSI SQL standard. I'm pretty sure this has come up before and LIMIT is not a ANSI SQL keyword. If you can please point to some docs that it is (part of ANSI SQL), we can reopen this.