This project adheres to Semantic Versioning.
- [
#67
]: Fixed malformed syntax incontents
snippet - Fixed variable-length whitespace not highlighted before directive name
- Fixed highlighting of inline markup in substitution definitions
- Fixed runaway highlighting after empty comment markers
- Fixed untokenised escape sequences within interpreted text roles
- Added
.rest.txt
and.rst.txt
to recognised file extensions - Added grammar for highlighting Docutils pseudo-XML
- Added HTML highlighting to
:html:`…`
roles - Added HTML highlighting to
.. code html::
blocks - Improved highlighting of
unicode::
directives inside substitutions - Improved highlighting of
.. parsed-literal::
blocks - Improved highlighting of
.. raw::
blocks with recognised formats - Improved highlighting of
.. toctree::
directives
April 16th, 2018
- [
#55
]: Fixed broken HTML hinting in.. raw:: html
directives - [
#61
]: Fixed missing highlighting for multi-line bold/italics - [
#63
]: Added support for.. ipython:: python
- [
#63
]: Added support for embedded Stata and SAS code blocks
January 19th, 2018
- [
#57
]: Fixed overzealous matching of inline link references - [
#57
]: Added support for embedded TypeScript highlighting - [
#59
]: Added extra snippets for roles and directives - [
#62
]: AddedfirstLineMatch
support for modeline recognition
April 8th, 2017
- Added this change-log
- Added editor command to update length of borders to fit their title
- Disabled line-highlighting limit introduced in Atom 1.15.
- [
#52
]: Fixed highlighting of code directives containing colons
February 1st, 2017
- [
#49
]: Added scopes to angle brackets and manpage references - [
#51
]: Added:
and+
as recognised link-reference characters - Fixed incorrect highlighting of links using double underscores
October 13th, 2016
- [
#46
]: Added-
to supported tag-name characters - [
#47
]: Fixed bugs with matching backslashes in embedded Python - Fixed incorrect scope added to embedded XML blocks
July 22nd, 2016
- [
#45
]: Highlighting added to embedded TeX equations - Enforcement of semantic versioning introduced
June 5th, 2016
Entire grammar rehauled by #41
:
- [
#13
]: Added missing support for Sphinx domains - [
#20
]: Removed Markdown scope used by grammar's scope-name - [
#30
]: Fixed incomplete support for section underlines - [
#34
]: Extended readme file and package metadata - [
#35
]: Fixed buggy autocompletion of package snippets - Added
code
snippet to insert a.. code-block
statement - Added highlighting for escaped characters (e.g.,
\|
) - Added support for
.code
directives - Added support for multiline comments
- Fixed
|
characters underlined and mistaken for links in table rows - Fixed code-blocks not being highlighted as directive statements
- Fixed faulty matching of grid-table borders beyond first row
- Fixed generic Sphinx domains highlighted as comments
- Highlighting of substitution references vastly improved
- Multiline footnotes now supported
- Shading added to borders for themes which highlight punctuation scopes
- Various other improvements made to highlighting and matching accuracy
May 24th, 2016
- [
#39
]: Added pattern-matching for Doctest blocks
May 24th, 2016
- [
#38
]: Fixed broken highlighting of indented code-blocks
April 4th, 2016
- [
#36
]: Fixed bug with highlighting escaped characters like\*
January 14th, 2016
- [
#31
]: Added support for:
.
'
and_
in heading borders - Added
source.embedded.python
to scopes used for embedded Python - Added
source.embedded
to scopes applied to code-blocks - Fixed incorrect escaping
December 11th, 2015
- Added tab-stops to link snippet
November 20th, 2015
- [
#26
]: Added comma to grammar'sscopeName
September 9th, 2015
- [
#21
]: Markdown scopes added to grammar'sscopeName
September 8th, 2015
- Fixed snippet selector
July 16th, 2015
- Fixed bug with matching link references containing slashes
May 19th, 2015
- [
#17
]: Fixed incorrect matching of**
sequences
April 22nd, 2015
- [
#12
]: Improved italics matching - [
#14
]: Addeddemo.rst
- Scoped properties moved to package's
settings
directory
April 1st, 2015
- [
#10
]:gfm
added to grammar'sscopeName
March 4th, 2015
- [
#6
]: Section snippets amended to use fixed-length underlines - Added support for tags containing full-stops/periods
May 21st, 2014
- [
#2
]: Added package description for search results - [
#4
]: Added syntax highlighting for embedded code blocks - Added auto-indentation for literal code-blocks
March 4th, 2014
Initial release.