Skip to content

Commit

Permalink
Update js.sublime-completions
Browse files Browse the repository at this point in the history
js docs goes with lower case fileoverview
http://usejsdoc.org/tags-file.html
  • Loading branch information
Sunyang730 authored and gerardroche committed Jan 29, 2018
1 parent bcc0b71 commit 49e2c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{ "trigger" : "@extensionfor", "contents": "@extensionfor ${1:[class]}"},
{ "trigger" : "@extension_for", "contents": "@extension_for ${1:[class]}"},
{ "trigger" : "@field", "contents": ""},
{ "trigger" : "@fileOverview", "contents": "@fileOverview ${1:[description]}"},
{ "trigger" : "@fileoverview", "contents": "@fileoverview ${1:[description]}"},
{ "trigger" : "@final", "contents": ""},
{ "trigger" : "@for", "contents": "@for ${1:[class]}"},
{ "trigger" : "@function", "contents": ""},
Expand Down

0 comments on commit 49e2c17

Please sign in to comment.