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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page