Skip to content

Commit

Permalink
Merge pull request #277 from Jentsch/add-missing-doc-tags
Browse files Browse the repository at this point in the history
Add missing scala doc tags
  • Loading branch information
tgodzik authored Oct 10, 2024
2 parents a6e4fb7 + 9a238a5 commit f450a3d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/typescript/Scala.tmLanguage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ export const scalaTmLanguage: TmLanguage = {
}
},
{
match: '@(return|see|note|example|constructor|usecase|author|version|since|todo|deprecated|migration|define|inheritdoc)\\b',
match: '@(return|see|note|example|constructor|usecase|author|version|since|todo|deprecated|migration|define|inheritdoc|groupname|groupprio|groupdesc|group|contentDiagram|documentable|syntax)\\b',
name: 'keyword.other.documentation.scaladoc.scala'
},
{
Expand Down
Loading

0 comments on commit f450a3d

Please sign in to comment.