All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.2.0 - 2018-09-23
- Basic spec for the LaTeX grammar (#142).
- Grammar for
glsandglstextlike commands (#160). - Templates for issues and pull requests (#156).
- Grammar for
commentenvironment (#166). - Support for more citation commands (#183).
- Support for
lstinlinecommand (#192). - Injection selector for use in embedding LaTeX in other grammars (#147).
- Set 'softWrap' to be true by default in LaTeX files (#143).
- Changed inline math snippet from
$...$to\(...\)(#167). - Extended magic comment syntax (#146).
- Many snippets can now start with an optional backslash (#181).
- Updated preview image & removed (broken) activity graph from README (#194)
- LaTeX only extentions are no longer in the TeX grammar file types (#148).
1.1.1 - 2017-08-18
- Highlighting for
lstlistingenvironment without explicit language specification (#121).
1.1.0 - 2017-08-07
- Grammar for
gnuplotenvironments. - Several file extensions are interpreted as LaTeX file (#81, #82, and #126).
- Support for highlighting long lines (#131).
- Fix plural forms for cite commands (#14).
- Add correct highlighting for textcite and parencite commands (#53).
- Highlighting for
lstlistingenvironment without explicit language specification (#121).
- Highlighting for quoation punctuations (#96).
1.0.0 - 2016-10-01
- Workaround for listing envs without language specified.
- Grammar for e-TeX's extended if-primitives.
- Apply LaTeX Log grammar to log files generated by other than
pdftexorpdflatex. - Grammar for control sequences which start with
\Declare. - Matching for some non-ASCII characters inside the argument of
\label,\refand its variants (#68). - Support for
expl3grammar (#48). - Grammar for
\defand its variants. - Grammar for definition macros provided by
xparsepackage. - Grammar for deprecated font commands.
- Support for major languages' grammar in
mintedenvironment (yudai-nkt/language-tex#5). - Snippets for
figureandtableenvironment. (yudai-nkt/language-tex#6). - Grammar for
\bibitem. - Grammar for
\kcatcode. - Snippet for
tabularenvironment. - Snippets for
matrixenvironment and its variants includingmathtoolsextension. - Grammar for deprecated
eqnarrayenvironment. - Grammar for Beamer's
\usethemeand its components. - Grammar for single quotation.
- License file.
- Snippet prefix for inline math (#39 and #40).
- Refactoring of snippets.
- Naming of control sequences which start with
\Declare. - Disable indent after
\begin{document}. - Replace spaces in grammar files' name with hyphens.
- Add tab stop at the location of environment's argument.
- Separate star from leading sectioning commands.
- Distinguish function and variable in
expl3syntax. - Remove two
invalid.illegal.string.quoteds, which just do not get ligatured by LaTeX's feature. - Remove
meta.group.braces.texattribute.
- Grammar for
\iftrue. - Grammar for
\providecommand. - Escaped dollar sign in
mintedenvironment (#75). - Incorrect naming of
\label's argument (yudai-nkt/language-tex#1). - Relative links to
_img/preview.pngandLICENSE.md. - Remove opening paren from matching for path of files loaded by the main source.
- Matching for
\cite's argument. - Disable expansion of math snippets outside math mode (#67).
- Improper parsing of
aligned,gatheredandalignat's (optional) argument. - Unrecognized
mintedenvironment with preceding spaces (#8). - Improper parsing of cross reference commands ending with
reforRef. - Unrecognized grammar of embedded sources in
lstlistingenvironment. - Unrecognized expl3 syntax inside brackets (yudai-nkt/language-tex#9).
- Improper parsing of nested curly braces (yudai-nkt/language-tex#11).
- Fixing math snippet (thanks to Zach Tidwell).
- Grammar for
lstlistingenvironment (#41 and #43).
0.6.1 - 2015-04-13
0.6.0 - 2015-04-10
Disclaimer: Version 0.5.0 is missing due to owner's mistake. See 3d233d1 for some details.
- Grammar for
luacodeandluacode*environment (#20).
- Rename the deprecated
scoped-propertiesdirectory tosettings.
0.4.1 - 2014-09-03
- Malformed indentation in snippets file (#16).
0.4.0 - 2014-09-02
- Snippet for generic environment.
- Snippet for Beamer columns.
- Utilize snippets' multi-caret feature.
0.3.0 - 2014-03-14
- Grammar for
\labeland\ref(#6).
0.2.0 - 2014-03-10
- Snippets for itemizations (#3).
- Initial release.