Skip to content

Releases: crystal-lang-tools/sublime-crystal

v0.0.13

10 Dec 20:02
c504102
Compare
Choose a tag to compare

Bugfixes:

  • #41 Avoid always applying primary.control scope to type
  • #51 Free variable formatting
  • #56 Proper self? highlighting
  • #67 HEREDOCs with HTML tags in them breaks syntax highlighting

Improvements

  • #74 Improve indentation rules for class, module and def when using visibility modifiers

v0.0.12

04 May 07:40
Compare
Choose a tag to compare

Bugfixes:

  • #66 Fixes for windows subsystem for linux by @nipinium

v0.0.11

07 Feb 16:42
Compare
Choose a tag to compare

Bugfixes:

  • #65 Temporary replacement for removed crystal tool format --format json by @asterite

v0.0.10

28 Jan 10:08
389e90b
Compare
Choose a tag to compare

Bugfixes:

v0.0.9

13 Jan 15:22
949b5b8
Compare
Choose a tag to compare

Bugfixes:

  • #43 Prevent flashing terminal windows on Windows (fixes #42) by @oprypin
  • #30 Properly capture []? as a method name (fixes #29) by @faultyserver
  • #47 Corrected handling of invalid source code when auto formatting (fixes #32) by @fgimian
  • #52 Update file extension references in snippets by @KevinSjoberg
  • #48 Scope fixes for __END_LINE__, :!, and :!= (fixes #37, fixes #38) by @faultyserver
  • #45 Updated the language definition to avoid references to jquery (fixes #44) by @fgimian
  • #57 Add annotation and verbatim keywords (closes #50 and closes #55) by @vladfaust
  • #53 Remove irrelevant snippets by @KevinSjoberg

Docs:

v0.0.8

05 May 13:21
d4abc5a
Compare
Choose a tag to compare
Merge pull request #19 from 10XL/patch-1

add "build" support for windows through wsl