Skip to content

Commit 9a238a5

Browse files
committed
Add missing scala doc tags
`@shortDescription` and `@hideImplicitConversion` are left out, as they are no longer supported by Scala 3.
1 parent 81325ea commit 9a238a5

File tree

4 files changed

+27
-8
lines changed

4 files changed

+27
-8
lines changed

Diff for: src/typescript/Scala.tmLanguage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ export const scalaTmLanguage: TmLanguage = {
11281128
}
11291129
},
11301130
{
1131-
match: '@(return|see|note|example|constructor|usecase|author|version|since|todo|deprecated|migration|define|inheritdoc)\\b',
1131+
match: '@(return|see|note|example|constructor|usecase|author|version|since|todo|deprecated|migration|define|inheritdoc|groupname|groupprio|groupdesc|group|contentDiagram|documentable|syntax)\\b',
11321132
name: 'keyword.other.documentation.scaladoc.scala'
11331133
},
11341134
{

0 commit comments

Comments
 (0)