diff options
author | Ken Moore <ken@pcbsd.org> | 2016-08-04 12:07:02 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2016-08-04 12:07:02 -0400 |
commit | 4a0d06c45bd07b72e8dc5ef24d8fd5f830829420 (patch) | |
tree | 96cd6b614b390820d1dc9627e634d690d41edab2 /src-qt5/desktop-utils/lumina-textedit/tests | |
parent | Get a lot more of the .rst file syntax highlighting functional. (diff) | |
download | lumina-4a0d06c45bd07b72e8dc5ef24d8fd5f830829420.tar.gz lumina-4a0d06c45bd07b72e8dc5ef24d8fd5f830829420.tar.bz2 lumina-4a0d06c45bd07b72e8dc5ef24d8fd5f830829420.zip |
Another large update to syntax highlighting for .rst files (and some overall changed to the order in which highlighting rules are applied - works for all file types).
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/tests')
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/tests/test.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/tests/test.rst b/src-qt5/desktop-utils/lumina-textedit/tests/test.rst index a0a39d12..156f0eca 100644 --- a/src-qt5/desktop-utils/lumina-textedit/tests/test.rst +++ b/src-qt5/desktop-utils/lumina-textedit/tests/test.rst @@ -6,7 +6,7 @@ breaks when justify left TODO -.. code-block::JSON +.. code-block:: JSON Everything in a code block is blue text .. testlink: will be blue text @@ -22,6 +22,14 @@ directives :command:`test` from "`" to "`" is yellow text. .. figure:: images/lumina1e.png :scale: 50% +:: + + + +.. code-block:: python + + + .. _gettingstarted: Getting Started |