summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-07 20:29:42 +0100
committerhaawda2017-11-07 20:29:42 +0100
commit28e15bff2bfcca46f477b8e1b6dfedf8dd251431 (patch)
tree176b6a7d6fe764e34c86e43ae8500b6b03db3aa3
parent49d249c31bf5f77808514045459a154547d0572d (diff)
downloadaur-28e15bff2bfcca46f477b8e1b6dfedf8dd251431.tar.gz
Updated version (20171104 -> 20171107).
Changelog ========= Merge pull request #469 from felipeochoa/jsdoc-typedef (eba9797) [feat] add @typedef jsdoc highlighting support (47dc8f2) Merge pull request #467 from felipeochoa/jsdoc-single-line (4e032e6) Merge pull request #468 from felipeochoa/jsdoc-type (700c024) [bugfix] Mark @type jsdoc tag as a typed tag not an arg tag (4062ae4) [feat] add support for single-line jsdoc highlighting (a104d62) Add tests for jsdoc highlighting (5a99c23) Merge pull request #465 from felipeochoa/jsdoc-abstract (ce540d2) [feat] add jsdoc @abstract and @virtual empty tags (ba14eb8) Merge pull request #464 from felipeochoa/unary-node-pos (32c0491) Set the correct node pos for unary nodes (8d846b0) Merge pull request #461 from Fuco1/feature/add-object-property-access-face (dd295e8) Add separate object property access face. (dfaa145) Merge pull request #454 from olessavluk/trailing-comma (5cb52a7) add support for trailing comma in function arguments (daed014) Fix function/class declaration issues from commit 7e4293b (df51992) Merge pull request #444 from felipeochoa/jsdoc-yield (43306d1) Add jsdoc highlighting for yield and yields (6cf9ea4) Merge pull request #442 from felipeochoa/arrowStatements (048da26) correctly handle arrow functions in js2-node-parent-stmt (3207e5c) Merge pull request #440 from felipeochoa/issue439 (91c745a) remove stray message call (4daab44) make sure to visit import clause children in order (b0f8f03) Parse all default exports as expressions (7e4293b)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4dc51de9779..c71db95a049b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 4 06:42:54 UTC 2017
+# Tue Nov 7 19:29:41 UTC 2017
pkgbase = emacs-js2-mode-git
pkgdesc = An improved JavaScript mode for GNU Emacs
- pkgver = 20171104
+ pkgver = 20171107
pkgrel = 1
url = https://github.com/mooz/js2-mode
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 69646fd15309..249c9133abd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-js2-mode-git
-pkgver=20171104
+pkgver=20171107
pkgrel=1
pkgdesc="An improved JavaScript mode for GNU Emacs"
arch=('any')