]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/languages/plaintext.js
1 /*! `plaintext` grammar compiled for Highlight.js 11.11.1 */
3 var hljsGrammar
= (function () {
8 Author: Egor Rogov (e.rogov@postgrespro.ru)
9 Description: Plain text without any highlighting.
13 function plaintext(hljs
) {
20 disableAutodetect: true
28 hljs
.registerLanguage('plaintext', hljsGrammar
);