feat: support to Rescript file extensions (.rei, .res, .resi) (#960)
This commit is contained in:
parent
fb8806d3b2
commit
03c988ba47
1 changed files with 3 additions and 3 deletions
|
@ -231,8 +231,8 @@
|
||||||
".ny": { "image": "lisp" },
|
".ny": { "image": "lisp" },
|
||||||
".podsl": { "image": "lisp" },
|
".podsl": { "image": "lisp" },
|
||||||
".sexp": { "image": "lisp" },
|
".sexp": { "image": "lisp" },
|
||||||
".ss": {"image": "lisp"},
|
".ss": { "image": "lisp" },
|
||||||
".scm": {"image": "lisp"},
|
".scm": { "image": "lisp" },
|
||||||
".ls": { "image": "livescript" },
|
".ls": { "image": "livescript" },
|
||||||
".log": { "image": "log" },
|
".log": { "image": "log" },
|
||||||
".lua": { "image": "lua" },
|
".lua": { "image": "lua" },
|
||||||
|
@ -355,7 +355,7 @@
|
||||||
"/^(Snakefile|WATCHLISTS)$/": { "image": "python" },
|
"/^(Snakefile|WATCHLISTS)$/": { "image": "python" },
|
||||||
"/^wscript$/": { "image": "python" },
|
"/^wscript$/": { "image": "python" },
|
||||||
"/\\.(r|Rprofile|rsx|rd)$/i": { "image": "r" },
|
"/\\.(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" },
|
"/\\.(rb|ru|ruby|erb|gemspec|god|mspec|pluginspec|podspec|rabl|rake|opal)$/i": { "image": "ruby" },
|
||||||
"/^\\.?(irbrc|gemrc|pryrc|ruby-(gemset|version))$/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)?)$/": {
|
"/^(Appraisals|(Rake|[bB]uild|Cap|Danger|Deliver|Fast|Guard|Jar|Maven|Pod|Puppet|Snap)file(\\.lock)?)$/": {
|
||||||
|
|
Loading…
Reference in a new issue