mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
added .rmd as an R file extension
This commit is contained in:
parent
1b4729c63b
commit
d1895cea2c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { registerLanguage } from '../_.contribution';
|
|||
|
||||
registerLanguage({
|
||||
id: 'r',
|
||||
extensions: ['.r', '.rhistory', '.rprofile', '.rt'],
|
||||
extensions: ['.r', '.rhistory', '.rprofile', '.rt', '.rmd'],
|
||||
aliases: ['R', 'r'],
|
||||
loader: () => import('./r')
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue