]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/es/languages/plaintext.js
1 /*! `plaintext` grammar compiled for Highlight.js 11.11.1 */
2 var hljsGrammar
= (function () {
7 Author: Egor Rogov (e.rogov@postgrespro.ru)
8 Description: Plain text without any highlighting.
12 function plaintext(hljs
) {
19 disableAutodetect: true
27 export default hljsGrammar
;