From d31f6ee3a6aa62f95a029b6b7ec8131cc6fb81d5 Mon Sep 17 00:00:00 2001 From: Gabriel JUCHAULT Date: Wed, 18 Jul 2018 17:40:06 +0200 Subject: [PATCH] feat(highlight): add TOML support (#434) --- lib/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 0057466..11e2e49 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -392,6 +392,10 @@ export const LANGUAGES = [ name: 'TCL', mode: 'tcl' }, + { + name: 'TOML', + mode: 'toml' + }, { name: 'TypeScript', mode: 'javascript',