Skip to content

Commit

Permalink
docs,man: Add ctags-lang-powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
masatake authored and b4n committed May 14, 2024
1 parent b73f8f8 commit 2686322
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/man-pages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Man pages
ctags-lang-ldscript(7) <man/ctags-lang-ldscript.7.rst>
ctags-lang-lex(7) <man/ctags-lang-lex.7.rst>
ctags-lang-markdown(7) <man/ctags-lang-markdown.7.rst>
ctags-lang-powershell(7) <man/ctags-lang-powershell.7.rst>
ctags-lang-python(7) <man/ctags-lang-python.7.rst>
ctags-lang-r(7) <man/ctags-lang-r.7.rst>
ctags-lang-rmarkdown(7) <man/ctags-lang-rmarkdown.7.rst>
Expand Down
34 changes: 34 additions & 0 deletions docs/man/ctags-lang-powershell.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. _ctags-lang-powershell(7):

==============================================================
ctags-lang-powershell
==============================================================

Random notes about tagging PowerShell source code with Universal Ctags

:Version: 6.1.0
:Manual group: Universal Ctags
:Manual section: 7

SYNOPSIS
--------
| **ctags** ... --languages=+PowerShell ...
| **ctags** ... --language-force=PowerShell ...
| **ctags** ... --map-powershell=+.ps1 ...
| **ctags** ... --map-powershell=+.psm1 ...
DESCRIPTION
-----------
This man page gathers random notes about tagging PowerShell source code.

VERSIONS
--------

Change since "0.0"
~~~~~~~~~~~~~~~~~~

* New kind ``enumlabel``

SEE ALSO
--------
:ref:`ctags(1) <ctags(1)>`
1 change: 1 addition & 0 deletions man/GNUmakefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ GEN_IN_MAN_FILES = \
ctags-lang-ldscript.7 \
ctags-lang-lex.7 \
ctags-lang-markdown.7 \
ctags-lang-powershell.7 \
ctags-lang-python.7 \
ctags-lang-r.7 \
ctags-lang-rmarkdown.7 \
Expand Down
34 changes: 34 additions & 0 deletions man/ctags-lang-powershell.7.rst.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. _ctags-lang-powershell(7):

==============================================================
ctags-lang-powershell
==============================================================
-----------------------------------------------------------------------
Random notes about tagging PowerShell source code with Universal Ctags
-----------------------------------------------------------------------
:Version: @VERSION@
:Manual group: Universal Ctags
:Manual section: 7

SYNOPSIS
--------
| **@CTAGS_NAME_EXECUTABLE@** ... --languages=+PowerShell ...
| **@CTAGS_NAME_EXECUTABLE@** ... --language-force=PowerShell ...
| **@CTAGS_NAME_EXECUTABLE@** ... --map-powershell=+.ps1 ...
| **@CTAGS_NAME_EXECUTABLE@** ... --map-powershell=+.psm1 ...

DESCRIPTION
-----------
This man page gathers random notes about tagging PowerShell source code.

VERSIONS
--------

Change since "0.0"
~~~~~~~~~~~~~~~~~~

* New kind ``enumlabel``

SEE ALSO
--------
ctags(1)

0 comments on commit 2686322

Please sign in to comment.