package textmate-language
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Tokenizing code with TextMate grammars for syntax highlighting
Install
dune-project
Dependency
Authors
Maintainers
Sources
textmate-language-0.5.0.tbz
sha256=8b88d1acdab35a8ea11822d7f431d641cee77cf4ddc67ca34148cfc94dbd97e8
sha512=c7512ddb7eb9a0152c5de831ff5faa4436a723c57d1f71ce2950180c307c63087709c9cf252859108e02620c1e058bffa4971d4d3e1cc1b42aed97d4bdfcea6f
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.
Dev Dependencies (5)
Used by (3)
-
camyll
>= "0.4.2" -
hilite
>= "0.1.1" -
yocaml_markdown
>= "2.4.1"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page