Skip to content

Commit

Permalink
Update lexers
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jun 18, 2011
1 parent 4ddf642 commit 909c03f
Showing 1 changed file with 35 additions and 10 deletions.
45 changes: 35 additions & 10 deletions lib/linguist/lexers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@
mimetypes:
- text/x-scheme
- application/x-scheme
- !ruby/struct:Linguist::Lexer
name: Nemerle
aliases:
- nemerle
filenames:
- *.n
mimetypes:
- text/x-nemerle
- !ruby/struct:Linguist::Lexer
name: CoffeeScript
aliases:
Expand Down Expand Up @@ -196,6 +204,14 @@
filenames:
mimetypes:
- application/xml+smarty
- !ruby/struct:Linguist::Lexer
name: Groovy
aliases:
- groovy
filenames:
- *.groovy
mimetypes:
- text/x-groovy
- !ruby/struct:Linguist::Lexer
name: autohotkey
aliases:
Expand Down Expand Up @@ -298,9 +314,9 @@
filenames:
- *.as
mimetypes:
- application/x-actionscript
- text/x-actionscript
- text/actionscript
- application/x-actionscript3
- text/x-actionscript3
- text/actionscript3
- !ruby/struct:Linguist::Lexer
name: VB.net
aliases:
Expand Down Expand Up @@ -555,8 +571,6 @@
- image/svg+xml
- application/rss+xml
- application/atom+xml
- application/xsl+xml
- application/xslt+xml
- !ruby/struct:Linguist::Lexer
name: Groff
aliases:
Expand Down Expand Up @@ -1151,6 +1165,7 @@
filenames:
- *.c
- *.h
- *.idc
mimetypes:
- text/x-chdr
- text/x-csrc
Expand Down Expand Up @@ -1273,11 +1288,6 @@
- *.xsl
- *.xslt
mimetypes:
- text/xml
- application/xml
- image/svg+xml
- application/rss+xml
- application/atom+xml
- application/xsl+xml
- application/xslt+xml
- !ruby/struct:Linguist::Lexer
Expand Down Expand Up @@ -1496,6 +1506,12 @@
- application/x-javascript+ruby
- text/x-javascript+ruby
- text/javascript+ruby
- !ruby/struct:Linguist::Lexer
name: Base Makefile
aliases:
- basemake
filenames:
mimetypes:
- !ruby/struct:Linguist::Lexer
name: ANTLR With Python Target
aliases:
Expand Down Expand Up @@ -1652,6 +1668,15 @@
mimetypes:
- text/x-duel
- text/x-jbst
- !ruby/struct:Linguist::Lexer
name: FSharp
aliases:
- fsharp
filenames:
- *.fs
- *.fsi
mimetypes:
- text/x-fsharp
- !ruby/struct:Linguist::Lexer
name: MOOCode
aliases:
Expand Down

0 comments on commit 909c03f

Please sign in to comment.