File tree Expand file tree Collapse file tree 5 files changed +38
-7
lines changed Expand file tree Collapse file tree 5 files changed +38
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ PACKCC_FILES = misc/packcc/.gitignore \
1616 \
1717 $(NULL )
1818
19- EXTRA_DIST = README.md autogen.sh \
19+ EXTRA_DIST = README.md NEWS.rst autogen.sh \
2020 misc/optlib2c \
2121 .ctags.d/exclusion.ctags .dir-locals.el .editorconfig .gdbinit .gitignore \
2222 .indent.pro .uncrustify.cfg \
Original file line number Diff line number Diff line change 1+ docs/news/HEAD.rst
Original file line number Diff line number Diff line change 1313.. toctree ::
1414 :maxdepth: 1
1515
16+ version ?.?.? <news/HEAD.rst >
1617 version 6.0.0 <news/6-0-0.rst >
Original file line number Diff line number Diff line change @@ -398,7 +398,6 @@ The following parsers have been added:
398398* Autoconf
399399* Automake
400400* AutoIt
401- * BibLaTeX *BibTeX based subparser *
402401* BibTeX
403402* Clojure
404403* CMake *optlib *
@@ -414,7 +413,6 @@ The following parsers have been added:
414413* Elixir *optlib *
415414* Elm *peg/packcc *
416415* Falcon
417- * Forth *optlib *
418416* FrontMatter *only YAML syntax, running as a guest on R?Markdown *
419417* FunctionParameters *Perl based subparser *
420418* Gdbinit script *optlib *
@@ -456,7 +454,6 @@ The following parsers have been added:
456454* PythonLoggingConfig
457455* QemuHX *optlib *
458456* QtMoc
459- * Quarto *Markdown based subparser *
460457* R
461458* R6Class *R based subparser *
462459* Rake *Ruby based subparser *
@@ -477,13 +474,10 @@ The following parsers have been added:
477474* SystemVerilog
478475* SVG *libxml *
479476* TclOO (see :ref: `The new Tcl parser <tcl >`)
480- * Terraform (HCL) *optlib *
481- * TerraformVariables *optlib *
482477* Thrift *peg/packcc *
483478* TTCN
484479* Txt2tags
485480* TypeScript
486- * V
487481* Varlink *peg/packcc *
488482* WindRes
489483* XSLT v1.0 *libxml *
Original file line number Diff line number Diff line change 1+ ======================================================================
2+ Changes in ?.?.?
3+ ======================================================================
4+
5+ This page lists only the most significant changes as remembered.
6+ Use git-log to review changes not enumerated here, especially in language
7+ parsers.
8+
9+
10+ Parser related changes
11+ ---------------------------------------------------------------------
12+
13+ New and extended options
14+ ---------------------------------------------------------------------
15+
16+ ``--regex-<LANG> `` option
17+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18+
19+ * ``{postrun} `` and ``{intervaltab} `` flags are added.
20+ See :ref: `ctags-optlib(1) <ctags-optlib(1) >`.
21+
22+
23+ New parsers
24+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25+ The following parsers have been added:
26+
27+ * V
28+ * Quarto *Markdown based subparser *
29+ * BibLaTeX *BibTeX based subparser *
30+ * Forth *optlib *
31+ * Terraform (HCL) *optlib *
32+ * TerraformVariables *optlib *
33+
34+ Readtags
35+ ---------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments