From 5ad6add91e16139477aec0ce10bf8cb1da025e96 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Fri, 13 Feb 2015 16:44:10 -0500 Subject: [PATCH 1/3] Bump version to 4.4.0 --- lib/linguist/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/version.rb b/lib/linguist/version.rb index e8c4f98b..674a61b9 100644 --- a/lib/linguist/version.rb +++ b/lib/linguist/version.rb @@ -1,3 +1,3 @@ module Linguist - VERSION = "4.3.1" + VERSION = "4.4.0" end From 3a4ab156b0597755f9644749748642d0417ad11b Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Mon, 16 Feb 2015 09:45:24 -0500 Subject: [PATCH 2/3] Update all grammars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * vendor/grammars/GDScript-sublime 99a0d51...44ac5c4 (3): > Merge pull request #7 from erbridge/null-keyword > Merge pull request #6 from erbridge/assert-keyword > Merge pull request #5 from erbridge/update-yaml * vendor/grammars/Modelica d7e50e3...f2b1242 (8): > Update README.md > Update README.md > Update README.md > Update README.md > Update README.md > Update README.md > Delete .gitattributes > Create .gitattributes * vendor/grammars/NimLime 7581153...58a1e0c (5): > Merge pull request #13 from fenekku/master > Refactored a bit nimsuggest service hosting a bit more robust > Print error if nimsuggest does not respond > Close test sock Turn off autoreload > Merge pull request #14 from Varriount/update-to-sockets * vendor/grammars/Sublime-SQF-Language 708c78a...0313fbe (1): > Merge pull request #12 from DenVdmj/master * vendor/grammars/SublimePapyrus 5a7b3e7...152c7b7 (1): > Added setting * vendor/grammars/ats.sublime d954ef6...2565468 (2): > fix record/tuple/then/else with { > fix bugs for single quote char * vendor/grammars/c.tmbundle f825425...f6048af (1): > Add syntax highlight for CoreGraphics types * vendor/grammars/dart-sublime-bundle fecdbc5...c1afc62 (4): > Merge pull request #450 from guillermooo-forks/prep-release > Merge pull request #449 from guillermooo-forks/fix-analysis-server-init > Merge pull request #448 from guillermooo-forks/prep-release > Merge pull request #446 from guillermooo-forks/new-analysis-server-integration-linting * vendor/grammars/elixir-tmbundle dcf1fc1...9c63ff0 (1): > Merge pull request #34 from bharendt/master * vendor/grammars/factor 4ada328...ec896cd (17): > images.tiff: Fix partial refactor rollback and offeset typo. > images.tiff: Fix infinite loop bug exposed by AFL test suite. IDFs are found at certain offsets, then the next offset is after the IDF. If a next-offset is its own previous offset, then it would loop. Now we record the offset and stop if it would loop. > alien.libraries: Cannot include alien.libraries.finder here for docs. > Explicitly reference find-library in alien docs > Fix typo in hash-set documentation > opencl: remove (use size_t instead). > forestdb.ffi: Update ffi. > forestdb: Embrace the forestdb handle vs kvs handle idiom. Update tests. > stack-checker.state: Fix error in docs. Tweak doc grammar. > bootstrap.image.upload: Use pscp on Windows for uploading boot images since c:\ paths are treated as hostnames and the command fails. > stack-checker: minor help-lint fixes. > compiler.tree.*: more compiler tree docs > stack-checker.*: misc doc additions > stack-checker.known-words: docs and tests > stack-checker.values: docs and tests > stack-checker.state: docs and tests > stack-checker.backend: docs and tests * vendor/grammars/fsharpbinding 92d969b...0cd6439 (2): > revert typo, typo is actually upstream in monodevelop > bump version number * vendor/grammars/java.tmbundle a74cb83...ccdebdf (1): > Highlight volatile like synchronized * vendor/grammars/javadoc.tmbundle 484d468...5276d7a (1): > Grammar: Be strict on what can start an HTML tag * vendor/grammars/language-clojure bae6eee...cfc8a5c (6): > Prepare 0.12.0 release > Merge pull request #14 from joelash/master > Prepare 0.11.0 release > Merge pull request #13 from hanjos/proposed > Add initial spec > Add initial Travis CI config * vendor/grammars/language-csharp fba368a...d07ba8f (4): > Prepare 0.5.0 release > Merge pull request #19 from atom/ks-remove-deprecations > Prepare 0.4.0 release > Merge pull request #16 from damieng/master * vendor/grammars/language-gfm 18400b2...5f5df30 (3): > Prepare 0.64.0 release > Add heading spec with no space > Merge pull request #77 from jonathandelgado/master * vendor/grammars/language-python 0141d44...8daa100 (4): > Prepare 0.32.0 release > Merge pull request #54 from nicktimko/binary-literals > Prepare 0.31.0 release > Merge pull request #53 from nicktimko/python-3-octals * vendor/grammars/latex.tmbundle 16154ce...0441781 (16): > Remove unnecessary code from tests > Try to read tex file using different encodings > Recognize errors in files containing spaces > Prepend `lib` to path in Python scripts > Fix minor style issues reported by `flake8` > Tell `flake8` to ignore “relative” imports > Use `format` instead of `sprintf` > Use encoding `latin_1` to open log files > Add “LaTeX Tidy” to the bundle again > Add `YAML::Tiny` library to the bundle > Use `texdoc` to show documentation for single word > Determine `TEXMFMAIN` only once in `texdoc` > Autoupdate cache for “Documentation for Package” > Update “Documentation for Package” > Use direct imports in `texdoc` > Add folding markers for sections * vendor/grammars/objective-c.tmbundle 8387be8...1bade8a (1): > Add syntax highlight for the typedefs in NSObjCRuntime.h * vendor/grammars/php.tmbundle 1ae104d...7178a10 (4): > Doc Snippet: Allow for static keyword in declarations > Further work on escapes in single-quoted regular expressions > Grammar: Correct improper '\' escaping > Improve/simplify escaping rules for single-quoted regexps * vendor/grammars/sublime-nix 412f7e1...217ffe5 (1): > Fix comma-first --- vendor/grammars/GDScript-sublime | 2 +- vendor/grammars/Modelica | 2 +- vendor/grammars/NimLime | 2 +- vendor/grammars/Sublime-SQF-Language | 2 +- vendor/grammars/SublimePapyrus | 2 +- vendor/grammars/ats.sublime | 2 +- vendor/grammars/c.tmbundle | 2 +- vendor/grammars/dart-sublime-bundle | 2 +- vendor/grammars/elixir-tmbundle | 2 +- vendor/grammars/factor | 2 +- vendor/grammars/fsharpbinding | 2 +- vendor/grammars/java.tmbundle | 2 +- vendor/grammars/javadoc.tmbundle | 2 +- vendor/grammars/language-clojure | 2 +- vendor/grammars/language-csharp | 2 +- vendor/grammars/language-gfm | 2 +- vendor/grammars/language-python | 2 +- vendor/grammars/latex.tmbundle | 2 +- vendor/grammars/objective-c.tmbundle | 2 +- vendor/grammars/php.tmbundle | 2 +- vendor/grammars/sublime-nix | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/vendor/grammars/GDScript-sublime b/vendor/grammars/GDScript-sublime index 99a0d512..44ac5c4a 160000 --- a/vendor/grammars/GDScript-sublime +++ b/vendor/grammars/GDScript-sublime @@ -1 +1 @@ -Subproject commit 99a0d512248fb85741b00d9d702cf97797de9a4c +Subproject commit 44ac5c4af2e7b28a7abe0a5c56855b22d6ef3b19 diff --git a/vendor/grammars/Modelica b/vendor/grammars/Modelica index d7e50e39..f2b1242b 160000 --- a/vendor/grammars/Modelica +++ b/vendor/grammars/Modelica @@ -1 +1 @@ -Subproject commit d7e50e39c14a49153d3c17dfbd623258cf1a5d69 +Subproject commit f2b1242b93c9958aec0dbee2e02b35b12753e506 diff --git a/vendor/grammars/NimLime b/vendor/grammars/NimLime index 75811539..58a1e0c0 160000 --- a/vendor/grammars/NimLime +++ b/vendor/grammars/NimLime @@ -1 +1 @@ -Subproject commit 75811539ec1a32e72821a540e1ef73fce0febd43 +Subproject commit 58a1e0c0c12b34f4a57af66e119f6c09bfce4a73 diff --git a/vendor/grammars/Sublime-SQF-Language b/vendor/grammars/Sublime-SQF-Language index 708c78a0..0313fbe6 160000 --- a/vendor/grammars/Sublime-SQF-Language +++ b/vendor/grammars/Sublime-SQF-Language @@ -1 +1 @@ -Subproject commit 708c78a0ba5e9449c3a913243ce9dfdeb458e68c +Subproject commit 0313fbe6fb962a21c337a327dcb72235af913536 diff --git a/vendor/grammars/SublimePapyrus b/vendor/grammars/SublimePapyrus index 5a7b3e7b..152c7b79 160000 --- a/vendor/grammars/SublimePapyrus +++ b/vendor/grammars/SublimePapyrus @@ -1 +1 @@ -Subproject commit 5a7b3e7b29fdee835d0198d1f20e21c0ff874154 +Subproject commit 152c7b79ffe3bfcef877f82d845fda0bc2608b08 diff --git a/vendor/grammars/ats.sublime b/vendor/grammars/ats.sublime index d954ef6b..2565468f 160000 --- a/vendor/grammars/ats.sublime +++ b/vendor/grammars/ats.sublime @@ -1 +1 @@ -Subproject commit d954ef6b27dbdbed6276c7b9b63d3a39d9f69a2c +Subproject commit 2565468fd437fbe436bc21509a72ba8bad35fc7c diff --git a/vendor/grammars/c.tmbundle b/vendor/grammars/c.tmbundle index f8254252..f6048afe 160000 --- a/vendor/grammars/c.tmbundle +++ b/vendor/grammars/c.tmbundle @@ -1 +1 @@ -Subproject commit f8254252620b24c50d23ec804344915d498ecd7f +Subproject commit f6048afe693e50adf47d46aba791f95c9138823e diff --git a/vendor/grammars/dart-sublime-bundle b/vendor/grammars/dart-sublime-bundle index fecdbc5f..c1afc623 160000 --- a/vendor/grammars/dart-sublime-bundle +++ b/vendor/grammars/dart-sublime-bundle @@ -1 +1 @@ -Subproject commit fecdbc5f246571025bf3d22feb9fd9a260719e02 +Subproject commit c1afc623bcff9325edc7a50583575f6a9024dd65 diff --git a/vendor/grammars/elixir-tmbundle b/vendor/grammars/elixir-tmbundle index dcf1fc12..9c63ff09 160000 --- a/vendor/grammars/elixir-tmbundle +++ b/vendor/grammars/elixir-tmbundle @@ -1 +1 @@ -Subproject commit dcf1fc125c81c904fae8dc91d483905bdb5d5f5d +Subproject commit 9c63ff09bd411d3e5c5a737145fc33d288804c9c diff --git a/vendor/grammars/factor b/vendor/grammars/factor index 4ada3288..ec896cd5 160000 --- a/vendor/grammars/factor +++ b/vendor/grammars/factor @@ -1 +1 @@ -Subproject commit 4ada3288806d32beaf68e84c079653106e366d5f +Subproject commit ec896cd5ad05d4ae9b837fa5a64cd9431d2a14d6 diff --git a/vendor/grammars/fsharpbinding b/vendor/grammars/fsharpbinding index 92d969b1..0cd6439b 160000 --- a/vendor/grammars/fsharpbinding +++ b/vendor/grammars/fsharpbinding @@ -1 +1 @@ -Subproject commit 92d969b19715192928d0c865c87a1aac3ba98dac +Subproject commit 0cd6439b513631c469d69b0e02a26804b068674b diff --git a/vendor/grammars/java.tmbundle b/vendor/grammars/java.tmbundle index a74cb835..ccdebdf8 160000 --- a/vendor/grammars/java.tmbundle +++ b/vendor/grammars/java.tmbundle @@ -1 +1 @@ -Subproject commit a74cb835b821e9a3498d1810d546cb49881df73e +Subproject commit ccdebdf888400c492ea55884e03a8f9d1b61de8b diff --git a/vendor/grammars/javadoc.tmbundle b/vendor/grammars/javadoc.tmbundle index 484d468f..5276d7a9 160000 --- a/vendor/grammars/javadoc.tmbundle +++ b/vendor/grammars/javadoc.tmbundle @@ -1 +1 @@ -Subproject commit 484d468f47f6a17c98f73b369fa00a6bbc2a22fd +Subproject commit 5276d7a93f0cf53b7d425c39c6968b09ea9f2d40 diff --git a/vendor/grammars/language-clojure b/vendor/grammars/language-clojure index bae6eee8..cfc8a5ce 160000 --- a/vendor/grammars/language-clojure +++ b/vendor/grammars/language-clojure @@ -1 +1 @@ -Subproject commit bae6eee8557c2158592ac485a7168ccd10fc6dfb +Subproject commit cfc8a5ce603efdeb4018dd7f04846815cc3de9b1 diff --git a/vendor/grammars/language-csharp b/vendor/grammars/language-csharp index fba368a8..d07ba8f1 160000 --- a/vendor/grammars/language-csharp +++ b/vendor/grammars/language-csharp @@ -1 +1 @@ -Subproject commit fba368a8397e298fa78679b4ee0a542b2474c150 +Subproject commit d07ba8f16818d95ff663929f8104f7c101cc3ae6 diff --git a/vendor/grammars/language-gfm b/vendor/grammars/language-gfm index 18400b22..5f5df306 160000 --- a/vendor/grammars/language-gfm +++ b/vendor/grammars/language-gfm @@ -1 +1 @@ -Subproject commit 18400b22cd7968afee982b4e0aa57ef7813ce991 +Subproject commit 5f5df3064c9dccbfd8dac8d260b0d4a843ac88a5 diff --git a/vendor/grammars/language-python b/vendor/grammars/language-python index 0141d449..8daa1008 160000 --- a/vendor/grammars/language-python +++ b/vendor/grammars/language-python @@ -1 +1 @@ -Subproject commit 0141d44946d55ae06ce4dba90b1b0e08db1e437e +Subproject commit 8daa10089a14bacf2346bb16f31d1189489696e0 diff --git a/vendor/grammars/latex.tmbundle b/vendor/grammars/latex.tmbundle index 16154cef..04417819 160000 --- a/vendor/grammars/latex.tmbundle +++ b/vendor/grammars/latex.tmbundle @@ -1 +1 @@ -Subproject commit 16154cef75708eabc5ebd83c61ad49e8830d835d +Subproject commit 04417819498f3a8965e49b86cee3bdd1ad475b19 diff --git a/vendor/grammars/objective-c.tmbundle b/vendor/grammars/objective-c.tmbundle index 8387be89..1bade8a1 160000 --- a/vendor/grammars/objective-c.tmbundle +++ b/vendor/grammars/objective-c.tmbundle @@ -1 +1 @@ -Subproject commit 8387be8975e47cd8e4314cb197e4fc2834159807 +Subproject commit 1bade8a1c919c358fc4a6d83ba93e98e419ffede diff --git a/vendor/grammars/php.tmbundle b/vendor/grammars/php.tmbundle index 1ae104d8..7178a102 160000 --- a/vendor/grammars/php.tmbundle +++ b/vendor/grammars/php.tmbundle @@ -1 +1 @@ -Subproject commit 1ae104d86b303a7cf8460a4abca2125331b7bab6 +Subproject commit 7178a102ce62352d3512301f62ddec8157cd0d8a diff --git a/vendor/grammars/sublime-nix b/vendor/grammars/sublime-nix index 412f7e1d..217ffe59 160000 --- a/vendor/grammars/sublime-nix +++ b/vendor/grammars/sublime-nix @@ -1 +1 @@ -Subproject commit 412f7e1da57bd1be9ce185f27c0f36a95639ca25 +Subproject commit 217ffe591fca71624f63099d8fb64b1e3001939a From 10ffd870e2ea21d4d73048bb0e07410bd56e5bec Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Mon, 16 Feb 2015 09:50:04 -0500 Subject: [PATCH 3/3] Update to latest version of season This is needed to parse the Clojure grammar. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acd7cd9e..025b6c1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/github/linguist", "dependencies": { - "season": "~>3.0" + "season": "~>5.0" } }