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 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