package textmate-language
Tokenizing code with TextMate grammars for syntax highlighting
Install
Dune Dependency
Authors
Maintainers
Sources
textmate-language-0.4.0.tbz
sha256=a88a57c9e8c1d09e2c889e4f400252cf24972db2d110989e2cd4985462b02908
sha512=76aefecd6b7c72435e0e8a0098d80baa90e5be1b35dc46d2a79c748959678dd16ce614d8c11e554d780bb31dc6a92f3d03d719f8df1cfda60905cdcca908f289
Description
This package provides functions for reading TextMate grammars and tokenizing
code on a line-by-line basis. textmate-language
can read grammars from the
document types of the plist-xml
, ezjsonm
, and yojson
libraries.
README
ocaml-textmate-language
textmate-language
provides functions for reading TextMate grammars and tokenizing lines of source code. It is useful for syntax highlighting, but does not provide any functions for assigning visual styles to tokens.
textmate-language
follows SemVer. It is currently in 0.Y.z, so Y will be incremented for breaking changes.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page