From 2457b526584ad2fba5032e733b208b288c896b2c Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Wed, 19 Nov 2014 12:08:43 -0500 Subject: [PATCH 1/2] Update grammars.yml --- grammars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grammars.yml b/grammars.yml index e8ad6594..f7d33fff 100644 --- a/grammars.yml +++ b/grammars.yml @@ -242,6 +242,7 @@ https://github.com/textmate/bison.tmbundle: https://github.com/textmate/c.tmbundle: - source.c - source.c++ +- source.c.platform https://github.com/textmate/capnproto.tmbundle: - source.capnp https://github.com/textmate/cmake.tmbundle: @@ -327,6 +328,7 @@ https://github.com/textmate/ninja.tmbundle: https://github.com/textmate/objective-c.tmbundle: - source.objc - source.objc++ +- source.objc.platform - source.strings https://github.com/textmate/ocaml.tmbundle: - source.camlp4.ocaml From 011c654c2ae87631ef7c0ca6921240be92143530 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Wed, 19 Nov 2014 12:08:49 -0500 Subject: [PATCH 2/2] Bump version to v4.0.2 --- 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 6489c41a..3dcdd2ec 100644 --- a/lib/linguist/version.rb +++ b/lib/linguist/version.rb @@ -1,3 +1,3 @@ module Linguist - VERSION = "4.0.1" + VERSION = "4.0.2" end