Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Commands/Reformat Document : Selection.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string>#!/usr/bin/env python
<string>#!/usr/bin/env python3

import os
import sys
Expand Down
13 changes: 13 additions & 0 deletions Syntaxes/JavaScript.plist
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,19 @@
<string>\*/</string>
<key>name</key>
<string>comment.block.documentation.js</string>
<!-- tokens within a comment block -->
<key>patterns</key>
<array>
<dict>
<!--
jsdoc keywords/tags in alphabetical order
-->
<key>match</key>
<string>(?&lt;!\w)@(abstract|access|alias|arg|argument|async|attribute|augments|author|beta|borrows|bubbes|callback|chainable|class|classdesc|code|config|const|constant|constructor|constructs|copyright|default|default[vV]alue|define|deprecated|desc|description|dict|emits|enum|event|example|exports?|extends|extension|extension_for|extension[fF]or|external|field|file|file[oO]verview|final|fires|for|function|global|host|ignore|implements|inherit[dD]oc|inner|instance|interface|kind|lends|license|link|listens|main|member|member[oO]f|method|mixex|mixins?|module|name|namespace|no[cC]ollapse|no[sS]ide[eE]ffects|override|overview|package|param|preserve|private|prop|property|protected|public|read[Oo]nly|record|require[ds]|returns?|see|since|static|struct|submodule|summary|template|this|throws|todo|TODO|tutorial|type|typedef|unrestricted|uses|var|variation|version|virtual|write[oO]nce)\b</string>
<key>name</key>
<string>keyword.other.documentation.js.jsdoc</string>
</dict>
</array>
</dict>
<dict>
<key>begin</key>
Expand Down