branch: master
commit 7b430a37d2a77c8bc0f384e11e061e914f2d31de
Merge: b57d129 645d129
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    Merge pull request #308 from zmwangx/jsdoc-callback-func-method
    
    Add support for JSDoc @callback, @func and @method tags
---
 js2-mode.el |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/js2-mode.el b/js2-mode.el
index aa1d60d..8420c4e 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -6906,15 +6906,18 @@ of a simple name.  Called before EXPR has a parent 
node."
            '("alias"
              "augments"
              "borrows"
+             "callback"
              "bug"
              "base"
              "config"
              "default"
              "define"
              "exception"
+             "func"
              "function"
              "member"
              "memberOf"
+             "method"
              "name"
              "namespace"
              "since"
@@ -6945,6 +6948,7 @@ of a simple name.  Called before EXPR has a parent node."
              "export"
              "fileoverview"
              "final"
+             "func"
              "function"
              "hidden"
              "ignore"
@@ -6953,6 +6957,7 @@ of a simple name.  Called before EXPR has a parent node."
              "inner"
              "interface"
              "license"
+             "method"
              "noalias"
              "noshadow"
              "notypecheck"

Reply via email to