syntect 4.6.0

library for high quality syntax highlighting and code intelligence using Sublime Text's grammars
Documentation

syntect

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 21 feature flags, 14 of them enabled by default.

default

  • default-onig

default-onig

  • parsing
  • assets
  • html
  • yaml-load
  • dump-load
  • dump-create
  • regex-onig

parsing

  • regex-syntax
  • fnv

assets

    This feature flag does not enable additional features.

html

  • parsing

yaml-load

  • yaml-rust
  • parsing

dump-load

  • flate2/default
  • bincode

dump-create

  • flate2/default
  • bincode

regex-onig

  • onig

regex-syntax

    This feature flag does not enable additional features.

fnv

    This feature flag does not enable additional features.

yaml-rust

    This feature flag does not enable additional features.

bincode

    This feature flag does not enable additional features.

onig

    This feature flag does not enable additional features.

default-fancy

  • parsing
  • assets
  • html
  • yaml-load
  • dump-load
  • dump-create
  • regex-fancy

dump-load-rs

  • flate2/rust_backend
  • bincode

dump-create-rs

  • flate2/rust_backend
  • bincode

regex-fancy

  • fancy-regex

metadata

  • parsing

fancy-regex

    This feature flag does not enable additional features.

flate2

    This feature flag does not enable additional features.