diff --git a/spec/fixtures/gfm.md b/spec/fixtures/gfm.md deleted file mode 100644 index 9d1859f8d..000000000 --- a/spec/fixtures/gfm.md +++ /dev/null @@ -1 +0,0 @@ - * First list item diff --git a/spec/fixtures/markdown/file.js b/spec/fixtures/markdown/file.js deleted file mode 100644 index e69de29bb..000000000 diff --git a/spec/fixtures/markdown/file.markdown b/spec/fixtures/markdown/file.markdown deleted file mode 100644 index 964679b09..000000000 --- a/spec/fixtures/markdown/file.markdown +++ /dev/null @@ -1,20 +0,0 @@ -## File.markdown - -:cool: - -```ruby -def func - x = 1 -end -``` - -``` -function f(x) { - return x++; -} -``` - -```kombucha -drink-that-stuff: - tastes-weird~ -``` diff --git a/spec/fixtures/markdown/file.md b/spec/fixtures/markdown/file.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/spec/fixtures/nested.tar b/spec/fixtures/nested.tar deleted file mode 100644 index 732692998..000000000 Binary files a/spec/fixtures/nested.tar and /dev/null differ diff --git a/spec/fixtures/tagged-duplicate.js b/spec/fixtures/tagged-duplicate.js deleted file mode 100644 index a4b6fbb8a..000000000 --- a/spec/fixtures/tagged-duplicate.js +++ /dev/null @@ -1,3 +0,0 @@ - function duplicate() { - return false; - } diff --git a/spec/fixtures/tagged.js b/spec/fixtures/tagged.js deleted file mode 100644 index 4adaac609..000000000 --- a/spec/fixtures/tagged.js +++ /dev/null @@ -1,11 +0,0 @@ -var thisIsCrazy = true; - -function callMeMaybe() { - return "here's my number"; -} - -var iJustMetYou = callMeMaybe(); - -function duplicate() { - return true; -} diff --git a/spec/fixtures/tags b/spec/fixtures/tags deleted file mode 100644 index eed641589..000000000 --- a/spec/fixtures/tags +++ /dev/null @@ -1,10 +0,0 @@ -!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ -!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ -!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/ -!_TAG_PROGRAM_NAME Exuberant Ctags // -!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ -!_TAG_PROGRAM_VERSION 5.8 // -callMeMaybe tagged.js /^function callMeMaybe() {$/;" f -duplicate tagged-duplicate.js /^function duplicate() {$/;" f -duplicate tagged.js /^function duplicate() {$/;" f -thisIsCrazy tagged.js /^var thisIsCrazy = true;$/;" v diff --git a/spec/fixtures/test.tmTheme b/spec/fixtures/test.tmTheme deleted file mode 100644 index a83f7ecbb..000000000 --- a/spec/fixtures/test.tmTheme +++ /dev/null @@ -1,514 +0,0 @@ - - - - - author - Michael Sheets - name - Twilight - settings - - - settings - - background - #141414 - caret - #A7A7A7 - foreground - #F8F8F8 - invisibles - #FFFFFF40 - lineHighlight - #FFFFFF08 - selection - #DDF0FF33 - - - - name - Comment - scope - comment - settings - - fontStyle - italic - foreground - #5F5A60 - - - - name - Constant - scope - constant - settings - - foreground - #CF6A4C - - - - name - Entity - scope - entity - settings - - fontStyle - - foreground - #9B703F - - - - name - Keyword - scope - keyword - settings - - fontStyle - - foreground - #CDA869 - - - - name - Storage - scope - storage - settings - - fontStyle - - foreground - #F9EE98 - - - - name - String - scope - string - settings - - fontStyle - - foreground - #8F9D6A - - - - name - Support - scope - support - settings - - fontStyle - - foreground - #9B859D - - - - name - Variable - scope - variable - settings - - foreground - #7587A6 - - - - name - Invalid – Deprecated - scope - invalid.deprecated - settings - - fontStyle - italic underline - foreground - #D2A8A1 - - - - name - Invalid – Illegal - scope - invalid.illegal - settings - - background - #562D56BF - foreground - #F8F8F8 - - - - name - ----------------------------------- - settings - - - - name - ♦ Embedded Source - scope - text source - settings - - background - #B0B3BA14 - - - - name - ♦ Embedded Source (Bright) - scope - text.html.ruby source - settings - - background - #B1B3BA21 - - - - name - ♦ Entity inherited-class - scope - entity.other.inherited-class - settings - - fontStyle - italic - foreground - #9B5C2E - - - - name - ♦ String embedded-source - scope - string source - settings - - fontStyle - - foreground - #DAEFA3 - - - - name - ♦ String constant - scope - string constant - settings - - foreground - #DDF2A4 - - - - name - ♦ String.regexp - scope - string.regexp - settings - - fontStyle - - foreground - #E9C062 - - - - name - ♦ String.regexp.«special» - scope - string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition - settings - - foreground - #CF7D34 - - - - name - ♦ String variable - scope - string variable - settings - - foreground - #8A9A95 - - - - name - ♦ Support.function - scope - support.function - settings - - fontStyle - - foreground - #DAD085 - - - - name - ♦ Support.constant - scope - support.constant - settings - - fontStyle - - foreground - #CF6A4C - - - - name - c C/C++ Preprocessor Line - scope - meta.preprocessor.c - settings - - foreground - #8996A8 - - - - name - c C/C++ Preprocessor Directive - scope - meta.preprocessor.c keyword - settings - - foreground - #AFC4DB - - - - name - ✘ Doctype/XML Processing - scope - meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string - settings - - foreground - #494949 - - - - name - ✘ Meta.tag.«all» - scope - declaration.tag, declaration.tag entity, meta.tag, meta.tag entity - settings - - foreground - #AC885B - - - - name - ✘ Meta.tag.inline - scope - declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity - settings - - foreground - #E0C589 - - - - name - § css tag-name - scope - meta.selector.css entity.name.tag - settings - - foreground - #CDA869 - - - - name - § css:pseudo-class - scope - meta.selector.css entity.other.attribute-name.tag.pseudo-class - settings - - foreground - #8F9D6A - - - - name - § css#id - scope - meta.selector.css entity.other.attribute-name.id - settings - - foreground - #8B98AB - - - - name - § css.class - scope - meta.selector.css entity.other.attribute-name.class - settings - - foreground - #9B703F - - - - name - § css property-name: - scope - support.type.property-name.css - settings - - foreground - #C5AF75 - - - - name - § css property-value; - scope - meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css - settings - - foreground - #F9EE98 - - - - name - § css @at-rule - scope - meta.preprocessor.at-rule keyword.control.at-rule - settings - - foreground - #8693A5 - - - - name - § css additional-constants - scope - meta.property-value support.constant.named-color.css, meta.property-value constant - settings - - foreground - #CA7840 - - - - name - § css constructor.argument - scope - meta.constructor.argument.css - settings - - foreground - #8F9D6A - - - - name - ⎇ diff.header - scope - meta.diff, meta.diff.header, meta.separator - settings - - background - #0E2231 - fontStyle - italic - foreground - #F8F8F8 - - - - name - ⎇ diff.deleted - scope - markup.deleted - settings - - background - #420E09 - foreground - #F8F8F8 - - - - name - ⎇ diff.changed - scope - markup.changed - settings - - background - #4A410D - foreground - #F8F8F8 - - - - name - ⎇ diff.inserted - scope - markup.inserted - settings - - background - #253B22 - foreground - #F8F8F8 - - - - name - Markup: List - scope - markup.list - settings - - foreground - #F9EE98 - - - - name - Markup: Heading - scope - markup.heading - settings - - foreground - #CF6A4C - - - - uuid - 766026CB-703D-4610-B070-8DE07D967C5F - - diff --git a/spec/fixtures/tree-view/dir1/file1 b/spec/fixtures/tree-view/dir1/file1 deleted file mode 100644 index e69de29bb..000000000 diff --git a/spec/fixtures/tree-view/dir1/sub-dir1/sub-file1 b/spec/fixtures/tree-view/dir1/sub-dir1/sub-file1 deleted file mode 100644 index e69de29bb..000000000 diff --git a/spec/fixtures/tree-view/dir2/file2 b/spec/fixtures/tree-view/dir2/file2 deleted file mode 100644 index e69de29bb..000000000 diff --git a/spec/fixtures/tree-view/nested/nested2/.gitkeep b/spec/fixtures/tree-view/nested/nested2/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/spec/fixtures/tree-view/tree-view.js b/spec/fixtures/tree-view/tree-view.js deleted file mode 100644 index fb33b0b43..000000000 --- a/spec/fixtures/tree-view/tree-view.js +++ /dev/null @@ -1,13 +0,0 @@ -var quicksort = function () { - var sort = function(items) { - if (items.length <= 1) return items; - var pivot = items.shift(), current, left = [], right = []; - while(items.length > 0) { - current = items.shift(); - current < pivot ? left.push(current) : right.push(current); - } - return sort(left).concat(pivot).concat(sort(right)); - }; - - return sort(Array.apply(this, arguments)); -}; \ No newline at end of file diff --git a/spec/fixtures/tree-view/tree-view.txt b/spec/fixtures/tree-view/tree-view.txt deleted file mode 100644 index 3e715502b..000000000 --- a/spec/fixtures/tree-view/tree-view.txt +++ /dev/null @@ -1 +0,0 @@ -Some text.