summary refs log tree commit diff stats
path: root/doc/regexprs.txt
Commit message (Expand)AuthorAgeFilesLines
* doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
* Nimrod renamed to NimAraq2014-08-281-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* too many changes to listAndreas Rumpf2008-08-231-22/+0
* first releaseRumpf2008-06-231-0/+0
* Initial importAndreas Rumpf2008-06-221-0/+296





                     























                       
..
  Usage of this file:
     Add this in the beginning of *.rst file::

       .. default-role:: code
       .. include:: rstcommon.rst

     It's the current trick for brevity and compatibility with both Github and
     rst2html.py, considering that Github cannot highlight Nim in
     RST files anyway and it does not include files.
     This way interpreted text is displayed with monospaced font in Github
     and it's displayed an Nim code in both rst2html.py
     (note ".. default-role:: Nim" above) and `nim rst2html`.

     For files that are user manual and consist of stuff like cmdline
     option description, use 'code' as a **real** default role:

     .. include:: rstcommon.rst
     .. default-role:: code

.. define language roles explicitly (for compatibility with rst2html.py):

.. role:: nim(code)
   :language: nim

.. default-role:: nim

.. role:: c(code)
   :language: c

.. role:: cpp(code)
   :language: cpp

.. role:: yaml(code)
   :language: yaml

.. role:: python(code)
   :language: python

.. role:: java(code)
   :language: java

.. role:: csharp(code)
   :language: csharp

.. role:: cmd(code)

.. role:: program(code)

.. role:: option(code)