mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Merge pull request #1743 from github/codemirror
Codemirror should be considered vendored
This commit is contained in:
@@ -110,6 +110,9 @@
|
|||||||
# MathJax
|
# MathJax
|
||||||
- (^|/)MathJax/
|
- (^|/)MathJax/
|
||||||
|
|
||||||
|
# Codemirror
|
||||||
|
- (^|/)[Cc]ode[Mm]irror/(lib|mode|theme|addon|keymap)
|
||||||
|
|
||||||
# SyntaxHighlighter - http://alexgorbatchev.com/
|
# SyntaxHighlighter - http://alexgorbatchev.com/
|
||||||
- (^|/)shBrush([^.]*)\.js$
|
- (^|/)shBrush([^.]*)\.js$
|
||||||
- (^|/)shCore\.js$
|
- (^|/)shCore\.js$
|
||||||
|
|||||||
@@ -297,6 +297,9 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
assert blob("deps/http_parser/http_parser.c").vendored?
|
assert blob("deps/http_parser/http_parser.c").vendored?
|
||||||
assert blob("deps/v8/src/v8.h").vendored?
|
assert blob("deps/v8/src/v8.h").vendored?
|
||||||
|
|
||||||
|
# Codemirror deps
|
||||||
|
assert blob("codemirror/mode/blah.js").vendored?
|
||||||
|
|
||||||
# Debian packaging
|
# Debian packaging
|
||||||
assert blob("debian/cron.d").vendored?
|
assert blob("debian/cron.d").vendored?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user