package textmate-language

  1. Overview
  2. Docs
Tokenizing source code with TextMate grammars

Install

Dune Dependency

Authors

Maintainers

Sources

textmate-language-0.1.0.tbz
sha256=16924e13a471b9e7974756fdbbabc2b4b9ff410b1e85403453759e74a0070aa9
sha512=a01405735dd23681a7191f18401cb2f2592b9fb9f3a4f317e3a46a3b97bbd403aa60b8eaaf59c02640df54580ee07507f30658d02782a6a495517559037b29c5

Description

Tokenizing source code with TextMate grammars.

Note that this library uses PCRE regex, while TextMate uses the Oniguruma dialect.

Published: 01 Sep 2020

README

ocaml-textmate-language

This library provides functions for reading TextMate grammars and parsing lines of source code.

Note that this library uses the PCRE regex engine, while TextMate uses Oniguruma regex.

Read the documentation at https://dosaylazy.github.io/ocaml-textmate-language/.

textmate-language follows SemVer. It is currently in 0.Y.z, so Y will be incremented for breaking changes.

Dependencies (3)

  1. pcre >= "7.3" & < "8.0"
  2. dune >= "2.7"
  3. ocaml >= "4.08"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. camyll < "0.2.0"

Conflicts

None