Skip to content

Releases: alan-j-hu/ocaml-textmate-language

0.4.0

04 Jan 01:20
Compare
Choose a tag to compare

CHANGES:

  • Rewrite handling of captures, previous version returned indices out of order

0.3.4

14 Mar 21:43
Compare
Choose a tag to compare

CHANGES:

  • Update the test dependency plist-xml to version 0.5.

0.3.3

28 Oct 03:49
Compare
Choose a tag to compare

CHANGES:

  • Support named capture groups.
  • Fix mapping scopes to captures.

0.3.2

28 Sep 12:45
Compare
Choose a tag to compare

CHANGES:

  • Fix bug of incorrect, non-increasing string indices being returned.

0.3.1

15 Jul 23:13
Compare
Choose a tag to compare

CHANGES:

  • Add find_by_filetype function.

0.3.0

04 Jul 20:04
Compare
Choose a tag to compare

CHANGES:

  • Fix handling of while
  • Fix handling of end-delimiter scopes
  • Add type definitions for Ezjsonm
    and Yojson JSON values
  • Add functions for reading JSON-format grammars into Ezjsonm or Yojson
    values
  • Add tests

0.2.1

09 Apr 06:13
Compare
Choose a tag to compare

CHANGES:

  • Check capture index bounds and ignore out-of-bounds captures indices in
    rules. Previously the underlying Oniguruma library would throw an
    Invalid_argument exception.

Distribution 0.2.0

26 Nov 22:57
Compare
Choose a tag to compare

CHANGES:

  • Switch from PCRE to Oniguruma.
  • Substitute captures from begin pattern for backreferences in end and
    while patterns.

0.1.0

30 Aug 21:53
Compare
Choose a tag to compare

CHANGES:

Initial release.