tree: e12cad24b9b59efd2ea4e3c1d666c3d802be0b14 [path history] [tgz]
  1. highlighter.rs
  2. mod.rs
  3. Readme.md
  4. selector.rs
  5. settings.rs
  6. style.rs
  7. theme.rs
  8. theme_set.rs
third_party/rust_crates/vendor/syntect/src/highlighting/Readme.md

Attribution

Much of the code in this module/folder is heavily based on and largely copy-pasted from the the sublimate project by Ivan Ivashchenko a.k.a @defuz. The project was released under the MIT license.

I needed to copy-paste the code here because it required some adaptations to work with the other parts of syntect. One example modification is using my bit-packed Scope type instead of the original string-based one.