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

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

[elpa] master ce540d2 19/38: Merge pull request #465 from felipeochoa/js


From: Dmitry Gutov
Subject: [elpa] master ce540d2 19/38: Merge pull request #465 from felipeochoa/jsdoc-abstract
Date: Wed, 28 Feb 2018 20:12:11 -0500 (EST)

branch: master
commit ce540d2ecce3f06fed04fd9909782da959f70ee2
Merge: 32c0491 ba14eb8
Author: Dmitry Gutov <address@hidden>
Commit: GitHub <address@hidden>

    Merge pull request #465 from felipeochoa/jsdoc-abstract
    
    Add jsdoc @abstract/@virtual empty tags
---
 js2-mode.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/js2-mode.el b/js2-mode.el
index 74da82b..cdcf9e1 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -6969,7 +6969,8 @@ of a simple name.  Called before EXPR has a parent node."
 (defconst js2-jsdoc-empty-tag-regexp
   (concat "^\\s-*\\*+\\s-*\\(@\\(?:"
           (regexp-opt
-           '("addon"
+           '("abstract"
+             "addon"
              "author"
              "class"
              "const"
@@ -7007,6 +7008,7 @@ of a simple name.  Called before EXPR has a parent node."
              "public"
              "static"
              "supported"
+             "virtual"
              ))
           "\\)\\)\\s-*")
   "Matches empty jsdoc tags.")



reply via email to

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