Releases: investblog/sublime-spintax
Releases · investblog/sublime-spintax
Release list
Spintax 1.2.0
Changed
- The syntax no longer claims the
.gtwextension; it applies to.spintaxonly.
.gtwbelongs to Generating The Web — the 2009 application this syntax was
originally based on — and is a container format rather than raw template text,
so highlighting it as spintax was wrong. The Modern Spintax Engine has its own
standard, and.spintaxis its canonical extension. - README drops the remaining GTW wording and names the Modern Spintax Engine
(@spintax/core) as the contract the grammar mirrors.
Fixed
- README rendered incorrectly on packagecontrol.io: the construct table was cut
off at the first|inside each example (escaped pipes are not honoured there),
and thespintaxcode fence raised language not supported. The table is now a
list and the fence is untagged, so every example shows in full.
Documentation
- Document the empty enumeration option (
{|a|b}) and the bare permutation form
([a|b|c]) alongside the configured one.
Spintax 1.0.0
First release. Engine-accurate spintax syntax highlighting for Sublime Text.
- Enumerations, permutations (correct config-vs-HTML + leading/trailing separators), variables,
#set/#include,{?VAR?…}conditionals,{plural N: …}plurals,/# … #/comments. - Block-comment toggle; CI-checked discriminator suite.
Install via Package Control (channel submission pending) or manually into Packages/Spintax. See CHANGELOG.md.