Skip to content

Releases: caleb531/language-sca

v2.5.0

15 May 02:54
3647f32
Compare
Choose a tag to compare
  • Added syntax highlighting support for .nstba files

v2.4.0

30 May 01:45
bf76337
Compare
Choose a tag to compare
  • Added syntax highlighting for Handlebars {{else}} and {{else if ...}}` tags

v2.3.0

29 Feb 04:20
f424549
Compare
Choose a tag to compare
  • Added support for the HTML-allowing triple-Handlebars syntax

v2.2.0

12 May 22:14
0111f26
Compare
Choose a tag to compare
  • Added snippet for SCA's ifEquals helper in tpl files
  • Strings within Handlebar tags (e.g. {{translate 'foo'}}) are now highlighted

v2.1.0

25 Mar 00:22
bdf0b52
Compare
Choose a tag to compare
  • Extend Merchzone template highlighting to merchzone_default.txt

v2.0.1

16 Mar 01:16
9c53c8b
Compare
Choose a tag to compare
  • Reverted the tree-sitter grammar due to compilation issues for some users trying to install v2 of the package
    • As a consequence of this change, syntax highlighting for merchzone.txt files has been toned back slightly: HTML is still highlighted, but JavaScript highlighting has been indefinitely disabled because of issues when tokenizing lines with unclosed { and ( blocks. The SSP (HTML) and SSP (JavaScript) grammars are unaffected by this change

v2.0.0

15 Mar 02:53
e9b6a54
Compare
Choose a tag to compare
  • Added highlighting support for merchzone.txt files
  • Rewrote the grammar for HTML SSP files (*.ssp and now merchzone.txt) using tree-sitter to substantially improve the robustness of the syntax parsing; to take advantage of this better highlighting, make sure you have the Use Tree Sitter Parsers setting enabled in Atom
  • Improved the syntax parsing for JavaScript SSP files (*.environment.ssp)

v1.1.0

21 Feb 04:02
0e9d948
Compare
Choose a tag to compare
  • Added proper syntax highlighting for *.environment.ssp files
  • Fixed the existing SSP grammar to properly inject Mustache/Handlebar tags
    • This will produce better syntax highlighting for edge cases such as Handlebar tags embedded within <script> tags

v1.0.2

20 Feb 04:50
b699a0c
Compare
Choose a tag to compare
  • Fix bug where SSP tokenization would break if a { character is not preceded by a space

v1.0.1

12 Dec 20:00
393f6ca
Compare
Choose a tag to compare
  • Fixed a bug where tpl comments were not highlighted correctly
    • This was due to a change to the Mustache grammar in Atom v1.23