mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-21 21:33:01 +00:00
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Language: Plain text
|
||||
Author: Egor Rogov (e.rogov@postgrespro.ru)
|
||||
Description: Plain text without any highlighting.
|
||||
Category: common
|
||||
*/
|
||||
|
||||
export default function(hljs) {
|
||||
return {
|
||||
name: 'Plain text',
|
||||
aliases: ['text', 'txt'],
|
||||
disableAutodetect: true
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user