From 03c988ba4724532f85aef0a8bb1692370391b223 Mon Sep 17 00:00:00 2001 From: 823cccc <18236351+823cccc@users.noreply.github.com> Date: Sat, 10 Apr 2021 09:11:55 -0300 Subject: [PATCH] feat: support to Rescript file extensions (.rei, .res, .resi) (#960) --- src/data/languages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/languages.json b/src/data/languages.json index 6b1a0cb..462ee4e 100644 --- a/src/data/languages.json +++ b/src/data/languages.json @@ -231,8 +231,8 @@ ".ny": { "image": "lisp" }, ".podsl": { "image": "lisp" }, ".sexp": { "image": "lisp" }, - ".ss": {"image": "lisp"}, - ".scm": {"image": "lisp"}, + ".ss": { "image": "lisp" }, + ".scm": { "image": "lisp" }, ".ls": { "image": "livescript" }, ".log": { "image": "log" }, ".lua": { "image": "lua" }, @@ -355,7 +355,7 @@ "/^(Snakefile|WATCHLISTS)$/": { "image": "python" }, "/^wscript$/": { "image": "python" }, "/\\.(r|Rprofile|rsx|rd)$/i": { "image": "r" }, - ".re": { "image": "reasonml" }, + "/\\.res?i?$/i": { "image": "reasonml" }, "/\\.(rb|ru|ruby|erb|gemspec|god|mspec|pluginspec|podspec|rabl|rake|opal)$/i": { "image": "ruby" }, "/^\\.?(irbrc|gemrc|pryrc|ruby-(gemset|version))$/i": { "image": "ruby" }, "/^(Appraisals|(Rake|[bB]uild|Cap|Danger|Deliver|Fast|Guard|Jar|Maven|Pod|Puppet|Snap)file(\\.lock)?)$/": {