mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Fix CodeMirror regex for vendored files
This commit is contained in:
@@ -122,7 +122,7 @@
|
|||||||
- (^|/)Chart\.js$
|
- (^|/)Chart\.js$
|
||||||
|
|
||||||
# Codemirror
|
# Codemirror
|
||||||
- (^|/)[Cc]ode[Mm]irror/(lib|mode|theme|addon|keymap|demo)
|
- (^|/)[Cc]ode[Mm]irror/(\d+\.\d+/)?(lib|mode|theme|addon|keymap|demo)
|
||||||
|
|
||||||
# SyntaxHighlighter - http://alexgorbatchev.com/
|
# SyntaxHighlighter - http://alexgorbatchev.com/
|
||||||
- (^|/)shBrush([^.]*)\.js$
|
- (^|/)shBrush([^.]*)\.js$
|
||||||
|
|||||||
Reference in New Issue
Block a user