Skip to content

Releases: gbaptista/sublime-text-fennel

Release 0.1.2

18 May 00:36
212b9d5
Compare
Choose a tag to compare
  • added Fennel 1.3.0 support #11

0.1.1 Fix missing line comment delimiter

28 Jul 11:59
a9a71d2
Compare
Choose a tag to compare
Merge pull request #6 from turbo/patch-1

Fix missing line comment delimiter type (fixes #5)

0.1.0 Improving reserved words

02 Apr 21:12
Compare
Choose a tag to compare

Improving reserved words.

0.0.9 Literals

02 Apr 20:05
Compare
Choose a tag to compare

Improving literals support.

0.0.8 Numbers

29 Mar 23:29
bd66dea
Compare
Choose a tag to compare

Adding support for underscore in numbers: 100_000

0.0.7 Improving Constants

29 Mar 22:33
Compare
Choose a tag to compare

0.0.6 Adding support for Fennel 1.1.0

28 Mar 00:14
68ee49c
Compare
Choose a tag to compare

New:

#{:a $1}

{:a a :b b &as all}
:into :until _ENV accumulate collect icollect match-try where

Fennel Public API:

fennel.eval, fennel.repl, etc.

Deprecating:

doc global match-> pick-args

0.0.5

22 Aug 19:32
Compare
Choose a tag to compare

Adding default settings for the language.

0.0.4

22 Aug 18:35
Compare
Choose a tag to compare

Removing auto_complete_with_fields and indentation settings.

0.0.3

16 Aug 17:14
Compare
Choose a tag to compare

Fixing auto gensym