mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +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({
|
registerLanguage({
|
||||||
id: 'r',
|
id: 'r',
|
||||||
extensions: ['.r', '.rhistory', '.rprofile', '.rt'],
|
extensions: ['.r', '.rhistory', '.rprofile', '.rt', '.rmd'],
|
||||||
aliases: ['R', 'r'],
|
aliases: ['R', 'r'],
|
||||||
loader: () => import('./r')
|
loader: () => import('./r')
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue