Cosmic

Results 110 issues of Cosmic

There are times when I want to have some baseline saved that I compare later changes to. It would be convenient if I had a way to save a benchmarking...

feature-request
help wanted

The current coverage listed by the badge in the Readme ([![codecov](https://codecov.io/gh/trishume/syntect/branch/master/graph/badge.svg)](https://codecov.io/gh/trishume/syntect)) is quite low, but if you click through the link you'll see that coverage isn't actually being tracked on...

## Motivation I have a project where we allow users to pick one of the builtin syntect themes as the syntax highlighter. Only one theme will be used for the...

This isn't something I found very prevalent, so I don't think it's too pressing of an issue, but `.sublime-syntax` definitions can include insignificant whitespace and comments in regex strings when...

From my understanding the separation for what gets compressed and what doesn't for `SyntaxReference`s are whether the values are expected to be used when trying to match on the syntax...

Resolves #478 Just a simple proof of concept for how the ideas in #478 could look. This adds in a `ThemeDefaults` enum and a `Theme::load_default()` constructor that can handle loading...

Using this crate as a library currently pulls in a lot of dependencies that only really make sense for the binary portion of the app. It would be nice to...

[`insta`](https://crates.io/crates/insta) will create a new snapshot file when a snapshot test fails that is used for the next run of `cargo insta review`. `insta` creating this file on failure does...

Using this crate as a library currently pulls in a lot of dependencies that only really make sense for the binary portion of the app. It would be nice to...

enhancement

Resolves #26 This adds support for the codes that seem to go by many names: `Invert` and `InvertOff`

enhancement