javascript: Add support for the `const` keyword
commitef8c40f1e44e03059f34f7dc00ff82a8a089b10a
authorColomban Wendling <ban@herbesfolles.org>
Sun, 23 Nov 2014 18:31:09 +0000 (23 19:31 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Mon, 24 Nov 2014 01:59:08 +0000 (24 02:59 +0100)
treeda1808ee639f4169176f026c672270d01df3a7d3
parentb85d7546102cdbe368cf130a37e67689f317fc81
javascript: Add support for the `const` keyword

`const` is not yet part of the current ECMAScript standard but is
part of the ECMAScript 6 draft and is supported by popular engines
including Mozilla and WebKit, and people already use it.

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const
tagmanager/ctags/js.c
tests/ctags/Makefile.am
tests/ctags/js-const.js [new file with mode: 0644]
tests/ctags/js-const.js.tags [new file with mode: 0644]