From 5e31929c4da0bf3cc8ff5da15c91b0e2013f495d Mon Sep 17 00:00:00 2001 From: Sean Pinkney Date: Thu, 30 Jun 2022 16:59:49 -0400 Subject: [PATCH] add Stan language --- lib/constants.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 275df0f..4325524 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -968,6 +968,11 @@ export const LANGUAGES = [ mode: 'sql', highlight: true, }, + { + name: 'Stan', + mode: 'stan', + highlight: true, + }, { name: 'Stylus', mode: 'stylus',