mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Merge pull request #114 from stla/roxygenTags
completed the list of roxygen tags
This commit is contained in:
commit
fd9146b41b
1 changed files with 60 additions and 38 deletions
52
src/r/r.ts
52
src/r/r.ts
|
|
@ -33,44 +33,66 @@ export const language = <languages.IMonarchLanguage>{
|
|||
tokenPostfix: '.r',
|
||||
|
||||
roxygen: [
|
||||
'@param',
|
||||
'@return',
|
||||
'@name',
|
||||
'@rdname',
|
||||
'@examples',
|
||||
'@include',
|
||||
'@docType',
|
||||
'@S3method',
|
||||
'@TODO',
|
||||
'@aliases',
|
||||
'@alias',
|
||||
'@aliases',
|
||||
'@assignee',
|
||||
'@author',
|
||||
'@callGraphDepth',
|
||||
'@backref',
|
||||
'@callGraph',
|
||||
'@callGraphDepth',
|
||||
'@callGraphPrimitives',
|
||||
'@concept',
|
||||
'@describeIn',
|
||||
'@description',
|
||||
'@details',
|
||||
'@docType',
|
||||
'@encoding',
|
||||
'@evalNamespace',
|
||||
'@evalRd',
|
||||
'@example',
|
||||
'@examples',
|
||||
'@export',
|
||||
'@exportClass',
|
||||
'@exportMethod',
|
||||
'@exportPattern',
|
||||
'@export',
|
||||
'@family',
|
||||
'@field',
|
||||
'@formals',
|
||||
'@format',
|
||||
'@import',
|
||||
'@importClassesFrom',
|
||||
'@importFrom',
|
||||
'@importMethodsFrom',
|
||||
'@import',
|
||||
'@include',
|
||||
'@inherit',
|
||||
'@inheritDotParams',
|
||||
'@inheritParams',
|
||||
'@inheritSection',
|
||||
'@keywords',
|
||||
'@md',
|
||||
'@method',
|
||||
'@nord',
|
||||
'@name',
|
||||
'@noMd',
|
||||
'@noRd',
|
||||
'@note',
|
||||
'@param',
|
||||
'@rawNamespace',
|
||||
'@rawRd',
|
||||
'@rdname',
|
||||
'@references',
|
||||
'@return',
|
||||
'@S3method',
|
||||
'@section',
|
||||
'@seealso',
|
||||
'@setClass',
|
||||
'@slot',
|
||||
'@source',
|
||||
'@template',
|
||||
'@templateVar',
|
||||
'@title',
|
||||
'@usage'
|
||||
'@TODO',
|
||||
'@usage',
|
||||
'@useDynLib'
|
||||
],
|
||||
|
||||
constants: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue