From 416c5d11854230f40f20eb96210611335a8ba674 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Sat, 29 Oct 2016 08:58:57 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9addbe68..fb0f9e0a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ The Language stats bar displays languages percentages for the files in the repos 0. If the files are being misclassified, search for [open issues][issues] to see if anyone else has already reported the issue. Any information you can add, especially links to public repositories, is helpful. 0. If there are no reported issues of this misclassification, [open an issue][new-issue] and include a link to the repository or a sample of the code that is being misclassified. +### There's a problem with the syntax highlighting of a file + +Linguist detects the language of a file but the actual syntax-highlighting is powered by a set of language grammars which are included in this project as a set of submodules. [This README](https://github.com/github/linguist/blob/master/vendor/README.md) lists all of these grammars together with their location. + +If you experience an issue with the syntax-highlighting on GitHub **please report the issue on the upstream grammar repository and not here.** Grammars are updated everytime we build the Linguist gem and so upstream bug fixes will be automatically incorporated as they are fixed. + ## Overrides Linguist supports a number of different custom overrides strategies for language definitions and vendored paths. From 50013e8dd72594cd7e5230a03ece5ae3b56f1644 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Sat, 29 Oct 2016 09:39:57 -0400 Subject: [PATCH 2/3] Words --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb0f9e0a..7b0e2c15 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ The Language stats bar displays languages percentages for the files in the repos ### There's a problem with the syntax highlighting of a file -Linguist detects the language of a file but the actual syntax-highlighting is powered by a set of language grammars which are included in this project as a set of submodules. [This README](https://github.com/github/linguist/blob/master/vendor/README.md) lists all of these grammars together with their location. +Linguist detects the language of a file but the actual syntax-highlighting is powered by a set of language grammars which are included in this project as a set of submodules [which may be found here](https://github.com/github/linguist/blob/master/vendor/README.md). -If you experience an issue with the syntax-highlighting on GitHub **please report the issue on the upstream grammar repository and not here.** Grammars are updated everytime we build the Linguist gem and so upstream bug fixes will be automatically incorporated as they are fixed. +If you experience an issue with the syntax-highlighting on GitHub, **please report the issue to the upstream grammar repository, not here.** Grammars are updated every time we build the Linguist gem and so upstream bug fixes are automatically incorporated as they are fixed. ## Overrides From ec562138f8302a1b50c8bcf17ea4fe2be070b64d Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Sat, 29 Oct 2016 09:40:33 -0400 Subject: [PATCH 3/3] More words --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b0e2c15..b3f6967c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The Language stats bar displays languages percentages for the files in the repos ### There's a problem with the syntax highlighting of a file -Linguist detects the language of a file but the actual syntax-highlighting is powered by a set of language grammars which are included in this project as a set of submodules [which may be found here](https://github.com/github/linguist/blob/master/vendor/README.md). +Linguist detects the language of a file but the actual syntax-highlighting is powered by a set of language grammars which are included in this project as a set of submodules [and may be found here](https://github.com/github/linguist/blob/master/vendor/README.md). If you experience an issue with the syntax-highlighting on GitHub, **please report the issue to the upstream grammar repository, not here.** Grammars are updated every time we build the Linguist gem and so upstream bug fixes are automatically incorporated as they are fixed.