Skip to content

Commit

Permalink
Merge branch 'master' into dont-explode-on-invalid-shebang
Browse files Browse the repository at this point in the history
Conflicts:
	lib/linguist/samples.json
	test/test_tokenizer.rb
  • Loading branch information
josh committed Dec 10, 2012
2 parents ec3434c + 161d076 commit dcc2be0
Show file tree
Hide file tree
Showing 9 changed files with 472 additions and 21 deletions.
74 changes: 64 additions & 10 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ Ada:
- .adb
- .ads

ApacheConf:
type: markup
aliases:
- apache
primary_extension: .conf
filenames:
- .htaccess
- httpd.conf
- apache2.conf

Apex:
type: programming
lexer: Text only
Expand Down Expand Up @@ -180,8 +190,10 @@ C++:
- cpp
primary_extension: .cpp
extensions:
- .C
- .c++
- .cxx
- .H
- .h++
- .hh
- .hxx
Expand Down Expand Up @@ -244,6 +256,7 @@ CoffeeScript:
color: "#244776"
aliases:
- coffee
- coffee-script
primary_extension: .coffee
extensions:
- ._coffee
Expand Down Expand Up @@ -392,6 +405,12 @@ Elixir:
- .ex
- .exs

Elm:
type: programming
lexer: Haskell
group: Haskell
primary_extension: .elm

Emacs Lisp:
type: programming
lexer: Scheme
Expand Down Expand Up @@ -545,6 +564,8 @@ Groovy Server Pages:
HTML:
type: markup
ace_mode: html
aliases:
- xhtml
primary_extension: .html
extensions:
- .htm
Expand All @@ -563,6 +584,8 @@ HTML+ERB:
type: markup
group: HTML
lexer: RHTML
aliases:
- erb
primary_extension: .erb
extensions:
- .erb
Expand All @@ -575,16 +598,9 @@ HTML+PHP:
extensions:
- .phtml

HaXe:
type: programming
lexer: haXe
ace_mode: haxe
color: "#346d51"
primary_extension: .hx
extensions:
- .hx
- .hxml
- .mtt
HTTP:
type: data
primary_extension: .http

Haml:
group: HTML
Expand All @@ -599,6 +615,15 @@ Haskell:
- .hs
- .hsc

Haxe:
type: programming
lexer: haXe
ace_mode: haxe
color: "#346d51"
primary_extension: .hx
extensions:
- .hxsl

INI:
type: data
extensions:
Expand Down Expand Up @@ -723,6 +748,8 @@ Lua:
- .nse

Makefile:
aliases:
- make
extensions:
- .mak
- .mk
Expand Down Expand Up @@ -798,6 +825,13 @@ Nemerle:
color: "#0d3c6e"
primary_extension: .n

Nginx:
type: markup
lexer: Nginx configuration file
primary_extension: .conf
filenames:
- nginx.conf

Nimrod:
type: programming
color: "#37775b"
Expand Down Expand Up @@ -843,13 +877,18 @@ ObjDump:
Objective-C:
type: programming
color: "#438eff"
aliases:
- obj-c
- objc
primary_extension: .m
extensions:
- .mm

Objective-J:
type: programming
color: "#ff0c5a"
aliases:
- obj-j
primary_extension: .j
extensions:
- .j
Expand Down Expand Up @@ -1126,7 +1165,13 @@ Shell:
primary_extension: .sh
filenames:
- .zsh
- bash_logout
- bash_profile
- bashrc
- zlogin
- zlogout
- zshenv
- zprofile
- zshrc

Smalltalk:
Expand Down Expand Up @@ -1172,6 +1217,8 @@ Tcsh:
TeX:
type: markup
ace_mode: latex
aliases:
- latex
primary_extension: .tex
extensions:
- .aux
Expand Down Expand Up @@ -1261,6 +1308,11 @@ Visual Basic:
XML:
type: markup
ace_mode: xml
aliases:
- rss
- xsd
- xsl
- wsdl
primary_extension: .xml
extensions:
- .glade
Expand Down Expand Up @@ -1306,6 +1358,8 @@ XSLT:

YAML:
type: markup
aliases:
- yml
primary_extension: .yml
extensions:
- .yaml
Expand Down
Loading

0 comments on commit dcc2be0

Please sign in to comment.