koca / vue-prism-editor

A dead simple code editor with syntax highlighting and line numbers. 3kb/gz
https://prism-editor.netlify.com
MIT License
751 stars 84 forks source link

Does not support lowercase highlighting of SQL? #137

Closed zhoufanglu closed 1 year ago

zhoufanglu commented 2 years ago

version

"vue-prism-editor": "^2.0.0-alpha.2", "prismjs": "^1.27.0",

demo

function highlighter(code) { return highlight(code, languages.js); // languages. to return html with markup }



* result
![image](https://user-images.githubusercontent.com/24451091/158500993-3cefec59-27e2-4788-8357-b20638d82afd.png)

Does not support lowercase highlighting of SQL?