Skip to content

Commit

Permalink
Merge pull request #1415 from masatake/docs--update-news
Browse files Browse the repository at this point in the history
Docs: update news
  • Loading branch information
masatake committed May 28, 2017
2 parents 576f054 + 1fbd243 commit 4b9aa92
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
19 changes: 16 additions & 3 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Fully rewritten parsers
* C++ (see :ref:`The new C/C++ parser <cxx>`)
* Python (see :ref:`The new Python parser <python>`)
* HTML (see :ref:`The new HTML parser <html>`)
* Tcl
* ITcl
* Tcl (see :ref:`The new Tcl parser <tcl>`)
* ITcl (see :ref:`The new Tcl parser <tcl>`)

New parsers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -64,6 +64,7 @@ The following parsers have been added:
* PropertiyList(plist) *libxml*
* Protobuf
* PythonLoggingConfig
* QemuHX *optlib*
* R
* RelaxNG *libxml*
* reStructuredText
Expand All @@ -73,7 +74,7 @@ The following parsers have been added:
* SystemdUnit
* SystemVerilog
* SVG *libxml*
* TclOO
* TclOO (see :ref:`The new Tcl parser <tcl>`)
* TTCN
* WindRes
* XSLT v1.0 *libxml*
Expand Down Expand Up @@ -654,6 +655,18 @@ With new ``--kinddef-<LANG>`` you can write the same things like::

We can say now "kind" is a first class object in Universal-ctags.

..
NOT REVIEWED YET
Defining an extra
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A new ``--extradef-<LANG>=name,description`` option allows you to
defining a parser own extra which turning on and off can be
referred from a regex based parser for ``<LANG>``.

See :ref:`Conditional tagging with extras <extras>` for more details.


.. _defining-subparsers:

Expand Down
1 change: 1 addition & 0 deletions docs/optlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ Next example is based on an issue #219 posted by @andreicristianpetcu::

NOTE: This flag doesn't work well with scope related flags and ``exclusive`` flags.

.. _extras:

Conditional tagging with extras
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/parser-tcl.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _tcl:

======================================================================
Tcl parser
The new Tcl parser
======================================================================

:Maintainer: Masatake YAMATO <yamato@redhat.com>
Expand Down

0 comments on commit 4b9aa92

Please sign in to comment.