Skip to content

Commit

Permalink
Add support for JSDoc 3.5.0 @access package
Browse files Browse the repository at this point in the history
Fixes #986
  • Loading branch information
Max Tirdatov committed Aug 8, 2023
1 parent 2528a1b commit d9de373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TypeScript.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -2952,7 +2952,7 @@ repository:
(?x)
((@)(?:access|api))
\s+
(private|protected|public)
(private|protected|package|public)
\b
captures:
'1': { name: storage.type.class.jsdoc }
Expand Down
2 changes: 1 addition & 1 deletion TypeScript.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -9003,7 +9003,7 @@
<string>(?x)
((@)(?:access|api))
\s+
(private|protected|public)
(private|protected|package|public)
\b</string>
<key>captures</key>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion TypeScriptReact.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -8951,7 +8951,7 @@
<string>(?x)
((@)(?:access|api))
\s+
(private|protected|public)
(private|protected|package|public)
\b</string>
<key>captures</key>
<dict>
Expand Down

0 comments on commit d9de373

Please sign in to comment.