Store extnames in samples.yml

This commit is contained in:
Joshua Peek
2012-07-23 15:00:42 -05:00
parent 5cda67530d
commit afedf2557d
4 changed files with 214 additions and 62 deletions

View File

@@ -184,14 +184,9 @@ C++:
primary_extension: .cpp
extensions:
- .c++
- .cc
- .cpp
- .cu
- .cxx
- .h
- .h++
- .hh
- .hpp
- .hxx
- .tcc
@@ -401,7 +396,6 @@ Emacs Lisp:
- emacs
primary_extension: .el
extensions:
- .el
- .emacs
Erlang:
@@ -544,8 +538,6 @@ Groovy Server Pages:
aliases:
- gsp
primary_extension: .gsp
extensions:
- .gsp
HTML:
type: markup
@@ -909,8 +901,6 @@ Parrot Internal Representation:
aliases:
- pir
primary_extension: .pir
extensions:
- .pir
Parrot Assembly:
group: Parrot
@@ -919,8 +909,6 @@ Parrot Assembly:
aliases:
- pasm
primary_extension: .pasm
extensions:
- .pasm
Perl:
type: programming