feat: support to Rescript file extensions (.rei, .res, .resi) (#960)

This commit is contained in:
823cccc 2021-04-10 09:11:55 -03:00 committed by GitHub
parent fb8806d3b2
commit 03c988ba47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)?)$/": {