branch: master
commit 49f9761af75f8df2f73bef61a7742acd8c50d7fb
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    js2-jsdoc-arg-tag-regexp: Recognize @module
    
    Closes #349.
---
 js2-mode.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/js2-mode.el b/js2-mode.el
index e0ad559..5769f2f 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -6934,6 +6934,7 @@ of a simple name.  Called before EXPR has a parent node."
              "member"
              "memberOf"
              "method"
+             "module"
              "name"
              "namespace"
              "since"

Reply via email to