Skip to content

Commit

Permalink
Clarify sentence in CONTRIBUTING (#6887)
Browse files Browse the repository at this point in the history
docs: clarify sentence
  • Loading branch information
lishaduck authored Jun 19, 2024
1 parent 42fd3c2 commit 39fd5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ If you can, try to reproduce the highlighting problem in the text editor that th
You can also try to fix the bug yourself and submit a pull-request.
[TextMate's documentation](https://manual.macromates.com/en/language_grammars) offers a good introduction on how to work with TextMate-compatible grammars.
Note that Linguist uses [PCRE](https://www.pcre.org/) regular expressions, while TextMate uses [Oniguruma](https://github.com/kkos/oniguruma).
Although they are mostly compatible there might be some differences in syntax and semantics between the two.
Although they are mostly compatible, there may be occasional differences in syntax and semantics between the two.
Linguist's grammar compiler will highlight any problems when the grammar is updated.

Once the bug has been fixed upstream, we'll pick it up for GitHub in the next release of Linguist.
Expand Down

0 comments on commit 39fd5e9

Please sign in to comment.