Release v5.3.0 (#3859)

* Update grammars

* Update haskell scopes to match updated grammar

* Bump version to 5.3.0
This commit is contained in:
Colin Seymour
2017-10-15 09:52:27 +01:00
committed by GitHub
parent 0af9a35ff1
commit ea3e79a631
49 changed files with 50 additions and 48 deletions

View File

@@ -403,6 +403,7 @@ vendor/grammars/language-haml:
- text.haml - text.haml
- text.hamlc - text.hamlc
vendor/grammars/language-haskell: vendor/grammars/language-haskell:
- annotation.liquidhaskell.haskell
- hint.haskell - hint.haskell
- hint.message.haskell - hint.message.haskell
- hint.type.haskell - hint.type.haskell
@@ -410,6 +411,7 @@ vendor/grammars/language-haskell:
- source.cabal - source.cabal
- source.haskell - source.haskell
- source.hsc2hs - source.hsc2hs
- source.hsig
- text.tex.latex.haskell - text.tex.latex.haskell
vendor/grammars/language-inform7: vendor/grammars/language-inform7:
- source.inform7 - source.inform7

View File

@@ -1,3 +1,3 @@
module Linguist module Linguist
VERSION = "5.2.0" VERSION = "5.3.0"
end end