mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Merge pull request #2957 from philipturner/patch-2
Add `@noDerivative` modifier to Swift
This commit is contained in:
commit
0d48f9fec8
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'@inlinable',
|
'@inlinable',
|
||||||
'@inline',
|
'@inline',
|
||||||
'@main',
|
'@main',
|
||||||
|
'@noDerivative',
|
||||||
'@nonobjc',
|
'@nonobjc',
|
||||||
'@noreturn',
|
'@noreturn',
|
||||||
'@objc',
|
'@objc',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue