Skip to content

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kadet1090 committed Jun 25, 2016
1 parent 577035b commit e794b07
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions Docs/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,30 @@ All alias definitions can be found in [`Config/aliases.php`](../Config/aliases.p
<!-- aliasbegin -->
Class | Name | MIME | Extension
------|------|------|----------
`Kadet\Highlighter\Language\Php` | `php` | `text/x-php`, `application/x-php` | `*.php`, `*.phtml`, `*.inc`, `*.php?`
`Kadet\Highlighter\Language\Xml` | `xml`, `xaml` | `application/xml`, `text/xml` | `*.xml`, `*.xaml`
`Kadet\Highlighter\Language\Html` | `html` | `text/html` | `*.html`, `*.htm`
`Kadet\Highlighter\Language\PowerShell` | `powershell`, `posh` | `text/x-powershell`, `application/x-powershell` | `*.ps1`, `*.psm1`, `*.psd1`
`Kadet\Highlighter\Language\PlainText` | `plaintext`, `text`, `none` | `text/plain` | none
`Kadet\Highlighter\Language\Latex` | `tex`, `latex` | `application/x-tex`, `application/x-latex` | `*.tex`, `*.aux`, `*.toc`
`Kadet\Highlighter\Language\Ini` | `ini` | `text/x-ini`, `text/inf` | `*.ini`, `*.cfg`, `*.inf`
`Kadet\Highlighter\Language\JavaScript` | `js`, `jscript`, `javascript` | `application/javascript`, `application/x-javascript`, `text/x-javascript`, `text/javascript` | `*.js`, `*.jsx`
`Kadet\Highlighter\Language\Css` | `css` | `text/css` | `*.css`
`Kadet\Highlighter\Language\Css\Scss` | `scss` | `text/x-scss` | `*.scss`
`Kadet\Highlighter\Language\Css\Sass` | `sass` | `text/x-sass` | `*.sass`
`Kadet\Highlighter\Language\Css\Less` | `less` | `text/x-less` | `*.less`
`Kadet\Highlighter\Language\Sql` | `sql` | `text/x-sql` | `*.sql`
`Kadet\Highlighter\Language\Sql\MySql` | `mysql` | `text/x-mysql` | none
`Kadet\Highlighter\Language\Perl` | `perl` | `text/x-perl`, `application/x-perl` | `*.pl`, `*.pm`, `*.t`
`Kadet\Highlighter\Language\C` | `c` | `text/x-csrc`, `text/x-chdr` | `*.c`, `*.h`, `*.idc`
`Kadet\Highlighter\Language\Cpp` | `cpp`, `c++` | `text/x-c++src`, `text/x-c++hdr` | `*.cpp`, `*.hpp`, `*.hxx`, `*.cxx`, `*.cc`, `*.hh`
`Kadet\Highlighter\Language\CSharp` | `CSharp`, `C#` | `text/x-csharp` | `*.cs`
`Kadet\Highlighter\Language\Css\Less` | `less` | `text/x-less` | `*.less`
`Kadet\Highlighter\Language\Css\Sass` | `sass` | `text/x-sass` | `*.sass`
`Kadet\Highlighter\Language\Css\Scss` | `scss` | `text/x-scss` | `*.scss`
`Kadet\Highlighter\Language\Css` | `css` | `text/css` | `*.css`
`Kadet\Highlighter\Language\Go` | `go`, `golang` | `text/x-go`, `application/x-go`, `text/x-golang`, `application/x-golang` | `*.go`
`Kadet\Highlighter\Language\Html` | `html` | `text/html` | `*.html`, `*.htm`
`Kadet\Highlighter\Language\Http` | `http` | none | none
`Kadet\Highlighter\Language\Ini` | `ini` | `text/x-ini`, `text/inf` | `*.ini`, `*.cfg`, `*.inf`
`Kadet\Highlighter\Language\Java` | `java` | `text/x-java` | `*.java`
`Kadet\Highlighter\Language\Python` | `python`, `py` | `text/x-python`, `application/x-python` | `*.py`
`Kadet\Highlighter\Language\Python\Django` | `django`, `jinja` | `application/x-django-templating`, `application/x-jinja` | none
`Kadet\Highlighter\Language\JavaScript` | `js`, `jscript`, `javascript` | `application/javascript`, `application/x-javascript`, `text/x-javascript`, `text/javascript` | `*.js`, `*.jsx`
`Kadet\Highlighter\Language\Latex` | `tex`, `latex` | `application/x-tex`, `application/x-latex` | `*.tex`, `*.aux`, `*.toc`
`Kadet\Highlighter\Language\Markdown` | `markdown`, `md` | `text/markdown` | `*.markdown`, `*.md`
`Kadet\Highlighter\Language\Shell` | `shell`, `bash`, `zsh`, `sh` | `text/x-shellscript`, `application/x-shellscript` | `*.sh`, `*.zsh`, `*.bash`, `*.ebuild`, `*.eclass`, `*.exheres-0`, `*.exlib`, `.bashrc`, `bashrc`, `.bash_*`, `bash_*`, `PKGBUILD`
`Kadet\Highlighter\Language\Http` | `http` | none | none
`Kadet\Highlighter\Language\Go` | `go`, `golang` | `text/x-go`, `application/x-go`, `text/x-golang`, `application/x-golang` | `*.go`
`Kadet\Highlighter\Language\Perl` | `perl` | `text/x-perl`, `application/x-perl` | `*.pl`, `*.pm`, `*.t`
`Kadet\Highlighter\Language\Php` | `php` | `text/x-php`, `application/x-php` | `*.php`, `*.phtml`, `*.inc`, `*.php?`
`Kadet\Highlighter\Language\PlainText` | `plaintext`, `text`, `none` | `text/plain` | none
`Kadet\Highlighter\Language\PowerShell` | `powershell`, `posh` | `text/x-powershell`, `application/x-powershell` | `*.ps1`, `*.psm1`, `*.psd1`
`Kadet\Highlighter\Language\Python\Django` | `django`, `jinja` | `application/x-django-templating`, `application/x-jinja` | none
`Kadet\Highlighter\Language\Python` | `python`, `py` | `text/x-python`, `application/x-python` | `*.py`
`Kadet\Highlighter\Language\Ruby` | `ruby` | `text/x-ruby`, `application/x-ruby` | `*.rb`, `*.rbw`, `Rakefile`, `*.rake`, `*.gemspec`, `*.rbx`, `*.duby`, `Gemfile`
`Kadet\Highlighter\Language\Shell` | `shell`, `bash`, `zsh`, `sh` | `text/x-shellscript`, `application/x-shellscript` | `*.sh`, `*.zsh`, `*.bash`, `*.ebuild`, `*.eclass`, `*.exheres-0`, `*.exlib`, `.bashrc`, `bashrc`, `.bash_*`, `bash_*`, `PKGBUILD`
`Kadet\Highlighter\Language\Sql\MySql` | `mysql` | `text/x-mysql` | none
`Kadet\Highlighter\Language\Sql` | `sql` | `text/x-sql` | `*.sql`
`Kadet\Highlighter\Language\Xml` | `xml`, `xaml` | `application/xml`, `text/xml` | `*.xml`, `*.xaml`
<!-- aliasend -->
2 changes: 1 addition & 1 deletion KeyLighter.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class KeyLighter
{
use Singleton;

const VERSION = '0.8.0-dev';
const VERSION = '0.8.0';

/**
* Registered aliases
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## Unreleased [0.8.0]
## 25.06.2016 [0.8.0]
### Added

* `Kadet\Highlighter\Language\CommonFeatures` helper with common language features like string handling
Expand Down

0 comments on commit e794b07

Please sign in to comment.