Keith Hall
Keith Hall
Hi, Thanks for this great tool! One thing I would find very useful would be a way to get cargo-public-api to look at all changes on the current branch since...
Update the log syntax definition to allow color schemes to color entire lines differently based on log level. Addresses #2152
Hi, Thanks very much for this project, it is very useful for jump starting PyQt development :) I found the Minesweeper game particularly interesting and decided to complete it's features....
this is an initial rework of the `syntest` example, to make it usable internally, as it would be useful for parser tests (see https://github.com/trishume/syntect/pull/180#discussion_r198685953). I think it will need some...
Sublime Text build 4050 introduced a new feature to `sublime-syntax` grammars called branch points. The docs haven't been published yet, but the packages which ship with Sublime Text have started...
- [x] multiple exclusions - [x] empty scope selectors always match - [x] pipes are aliases for commas - [ ] parenthesized sub-matches - [ ] ampersand operator (and operator...
After the latest fixes, I tried updating the submodules, and can see we still have some syntax test failures, this time relating to `embed`...`escape`: ``` FAILED testdata/Packages\Java\syntax_test_java.java: 817 FAILED testdata/Packages\Markdown\syntax_test_markdown.md:...
While looking at the CI failures from https://github.com/trishume/syntect/pull/166, I identified the reason why [`syntest` reports failures for the `Git Rebase` syntax](https://travis-ci.org/trishume/syntect/jobs/387417448#L828): > `+FAILED testdata/Packages/Git Formats/syntax_test_git_rebase: 3` [The syntax test file...
In a `sublime-syntax` file, if the regex is single quoted, and contains a set, and that set contains an escaped single quote, if a character that is normally a valid...
Hi, Thanks for this great tool! I have a feature request, though it may be that I'm ignorant and its already possible somehow - please forgive me if so, I'm...