tree: ae0ed8792822173823b710f02d2153da8ab48fe3 [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_load.rs
  9. theme_set.rs
vendor/syntect-5.2.0/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.