Releases: alan-j-hu/ocaml-textmate-language
Releases · alan-j-hu/ocaml-textmate-language
0.4.0
CHANGES:
- Rewrite handling of captures, previous version returned indices out of order
0.3.4
CHANGES:
- Update the test dependency
plist-xml
to version 0.5.
0.3.3
CHANGES:
- Support named capture groups.
- Fix mapping scopes to captures.
0.3.2
CHANGES:
- Fix bug of incorrect, non-increasing string indices being returned.
0.3.1
CHANGES:
- Add
find_by_filetype
function.
0.3.0
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
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
CHANGES:
- Switch from PCRE to Oniguruma.
- Substitute captures from
begin
pattern for backreferences in end
and
while
patterns.
0.1.0
CHANGES:
Initial release.