Skip to content

Releases: puppetlabs/puppet-editor-syntax

1.3.7

20 Jul 14:17
e46b7f1
Compare
Choose a tag to compare

[1.3.7] - 2020-07-10

Fixed

  • (GH-66) undef is not treated as a special value
  • (GH-65) Tokenise Node names correctly

1.3.6

29 Apr 01:07
9735a81
Compare
Choose a tag to compare

[1.3.6] - 2020-05-01

Fixed

  • (GH-58) Fix whitespace in heredoc tags

1.3.5

26 Mar 00:42
fd7a647
Compare
Choose a tag to compare

[1.3.5] - 2019-03-26

Fixed

  • (GH-52) Allow uppercase letters in variable names

1.3.4

24 Sep 01:38
dc414b8
Compare
Choose a tag to compare

[1.3.4] - 2019-09-20

Fixed

  • (GH-48) Correctly tokenise if-else

1.3.3

26 Aug 01:14
2ecb3d4
Compare
Choose a tag to compare

[1.3.3] - 2019-08-26

Fixed

  • (GH-43) Fix syntax highlighting for resource references and chain arrows
  • (GH-34) Comments in hashes should tokenize

1.3.2

30 May 01:23
466a37c
Compare
Choose a tag to compare

[1.3.2] - 2019-05-31

Fixed

  • (GH-39) Node definitions can only be strings
  • (GH-38) Fix highlighting of classes and functions
  • (GH-37) Tokenise variables within arrays
  • (GH-32) Highlight resource names and titles correctly
  • (GH-30) Highlight regex capture variables

1.3.1

28 Mar 02:01
Compare
Choose a tag to compare

[1.3.1] - 2018-03-28

Fixed

  • (Commit) Make regex lazy for syntax highlighting

1.3.0

29 Nov 00:46
Compare
Choose a tag to compare

[1.3.0] - 2018-11-29

Fixed

  • (GH-22) Fix broken heredoc string highlighting

1.2.0

27 Nov 01:36
671f391
Compare
Choose a tag to compare

[1.2.0] - 2018-11-27

Fixed

  • (GH-16) Fix broken variable and interpolated string highlighting

1.1.0

30 Oct 17:08
1.1.0
22eeedf
Compare
Choose a tag to compare

[1.1.0] - 2018-10-30

Added

  • (GH-8) Add regex support
  • (GH-4) Allow numbers in Datatype

Fixed

  • (GH-6) Correctly tokenize chaining arrows