Skip to content

Commit f05ad97

Browse files
committed
docs(web): write about --map-<LANG>=%REXPR% to NEWS file
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent a7e4694 commit f05ad97

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/news/HEAD.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ New column, VER in the output of ``--list-{kinds-full,roles,fields,extras,pseudo
1818
Indicates the versions of ctags output (or the parser) introducing the
1919
item in the list.
2020

21+
Extend ``--map-<LANG>=`` and ``--langmap=`` options to choose a parser using regular expressions
22+
23+
``--map-<LANG>=[+]%REXPR%`` (or ``--langmap=<LANG>:[+]%REXPR%``) maps relative-paths
24+
that match the regular expression to the given language.
25+
26+
The new ``--list-map-rexprs`` lists all regular-expression-based mappings.
27+
28+
``--list-maps`` has also been extended to include regular-expression-based mappings.
29+
2130
Incompatible changes
2231
---------------------------------------------------------------------
2332

0 commit comments

Comments
 (0)