emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 4062ae4 22/38: [bugfix] Mark @type jsdoc tag as a typed ta


From: Dmitry Gutov
Subject: [elpa] master 4062ae4 22/38: [bugfix] Mark @type jsdoc tag as a typed tag not an arg tag
Date: Wed, 28 Feb 2018 20:12:11 -0500 (EST)

branch: master
commit 4062ae4bee3bcc87569fecce656456c0da92eec3
Author: felipe <address@hidden>
Commit: felipe <address@hidden>

    [bugfix] Mark @type jsdoc tag as a typed tag not an arg tag
    
    http://usejsdoc.org/tags-type.html
---
 js2-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js2-mode.el b/js2-mode.el
index cdcf9e1..0b56364 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -6931,6 +6931,7 @@ of a simple name.  Called before EXPR has a parent node."
              "returns"
              "yield"
              "yields"
+             "type"
              "throw"
              "throws"))
           "\\)\\)\\s-*\\({[^}]+}\\)?")
@@ -6961,7 +6962,6 @@ of a simple name.  Called before EXPR has a parent node."
              "suppress"
              "this"
              "throws"
-             "type"
              "version"))
           "\\)\\)\\s-+\\([^ \t\n]+\\)")
   "Matches jsdoc tags with a single argument.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]