mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Added a demos folder and updated regexes (#3512)
I added a check for case-sensitivity to the regex's. In my repositories, I have both a Docs and Demos folder and those wouldn't have been matched before. Now, they would.
This commit is contained in:
committed by
Brandon Black
parent
c59c88f16e
commit
ba09394f85
@@ -9,11 +9,12 @@
|
|||||||
|
|
||||||
## Documentation directories ##
|
## Documentation directories ##
|
||||||
|
|
||||||
- ^docs?/
|
- ^[Dd]ocs?/
|
||||||
- (^|/)[Dd]ocumentation/
|
- (^|/)[Dd]ocumentation/
|
||||||
- (^|/)javadoc/
|
- (^|/)[Jj]avadoc/
|
||||||
- ^man/
|
- ^[Mm]an/
|
||||||
- ^[Ee]xamples/
|
- ^[Ee]xamples/
|
||||||
|
- ^[Dd]emos?/
|
||||||
|
|
||||||
## Documentation files ##
|
## Documentation files ##
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user