Release v5.0.6 (#3489)

* grammar update

* bumping linguist version

* fixes for grammar updates
This commit is contained in:
Brandon Black
2017-02-21 23:13:15 -08:00
committed by GitHub
parent 41ace5fba0
commit 9ca6a5841e
40 changed files with 41 additions and 40 deletions

View File

@@ -423,13 +423,14 @@ vendor/grammars/language-python:
- text.python.traceback - text.python.traceback
vendor/grammars/language-regexp: vendor/grammars/language-regexp:
- source.regexp - source.regexp
- source.regexp.comment
- source.regexp.extended - source.regexp.extended
vendor/grammars/language-renpy: vendor/grammars/language-renpy:
- source.renpy - source.renpy
vendor/grammars/language-restructuredtext: vendor/grammars/language-restructuredtext:
- text.restructuredtext - text.restructuredtext
vendor/grammars/language-roff: vendor/grammars/language-roff:
- source.ditroff
- source.ditroff.desc
- source.ideal - source.ideal
- source.pic - source.pic
- text.roff - text.roff

View File

@@ -1,3 +1,3 @@
module Linguist module Linguist
VERSION = "5.0.5" VERSION = "5.0.6"
end end