Bulwersator
229ab3a268
fix sorting
2013-09-05 22:02:09 +02:00
Bulwersator
32b7b3e1b1
Update languages.yml
2013-09-05 20:50:08 +02:00
Roman Scherer
de8c4daa45
Add the ".cljx" file extension to the list of Clojure languages.
...
Some people start writing portable Clojure/Clojurescript code and use
the ".cljx" file extension for that. This is driven by this project:
https://github.com/lynaghk/cljx
2013-09-03 21:34:06 +02:00
Ted Nyman
64990a00b8
Merge pull request #656 from liluo/dev
...
Remove unused else
2013-09-03 09:26:47 -07:00
Mouq
2305496f94
Fix order of extensions
2013-09-01 22:06:08 -04:00
Mouq
d031392507
Add .nqp to the list of Perl file extensions
2013-09-01 10:14:14 -04:00
Adam Getchell
7e251d7345
Add definitions to TeX
2013-08-31 18:21:14 -07:00
Adam Getchell
e33e76a1a7
Update languages.yml
2013-08-31 18:12:16 -07:00
Adam Getchell
9064369517
Update languages.yml
2013-08-31 18:08:39 -07:00
Adam Getchell
a9c86d5453
Add LaTeX and BibTeX
2013-08-31 17:11:11 -07:00
liluo
6ec22a1674
remove unused else
2013-08-30 11:04:46 +08:00
Aditya Mahajan
71b48eaf55
Also add .mkvi file extension
2013-08-29 19:41:48 -04:00
Ted Nyman
694f51d09e
Merge pull request #642 from Dav1dde/volt
...
Added Volt language
2013-08-27 22:36:15 -07:00
Ted Nyman
79040d00c7
Merge pull request #519 from mmullis/master
...
Add COBOL language support
2013-08-27 02:37:47 -07:00
Ted Nyman
7dfc1644ce
Merge pull request #628 from pmoura/master
...
Add alternative Logtalk source file extension
2013-08-26 14:14:03 -07:00
zulus
777f1d27d1
Exclude ExtJS library
2013-08-23 02:53:26 +02:00
David
c4a90bbbcd
Added Volt language
2013-08-22 13:48:26 +02:00
Ted Nyman
ac0920a11b
Merge pull request #599 from larsbrinkhoff/glsl
...
Add OpenGL Shading Language.
2013-08-19 22:11:41 -07:00
Paulo Moura
a4bdca6d6b
Add alternative Logtalk source file extension
2013-08-19 02:31:33 +01:00
Ted Nyman
f9bfcceba9
Merge pull request #512 from mark-otaris/patch-1
...
Add the .rbxs extension for Lua files
2013-08-18 17:10:09 -07:00
dzidzitop
cd3e88fe8b
COPYING is added to excludes as a file that contains copyright information.
2013-08-18 14:03:16 +03:00
Lars Brinkhoff
254b6de1d3
Add OpenGL Shading Language.
2013-08-17 14:31:28 +02:00
Julik Tarkhanov
a93e9493e2
Add OpenGL shading language (GLSL)
...
This is the language used for writing OpenGL shaders, which are becoming much more mainstream lately.
2013-08-17 14:31:28 +02:00
Ted Nyman
9dca6fa9cc
Vendor READMEs
2013-08-16 15:00:34 -07:00
Seth Vargo
ce97865bd2
Add 'Berksfile' to the list of Ruby files
2013-08-15 10:29:39 -04:00
Alessandro Bahgat
007fc9ebd0
Added .xmi to the extensions for XML
2013-08-14 17:33:23 -04:00
Ted Nyman
1a98a1f938
Add an F# alias
2013-08-14 08:55:58 -07:00
Ted Nyman
6c74d854ec
2.9.3, update samples, update test
2013-08-14 08:35:53 -07:00
Ted Nyman
06b185f725
Fix F# search term
2013-08-14 08:32:50 -07:00
Robin Dupret
64ec42cf4a
Lex .mspec files like Ruby
2013-08-09 21:47:47 +02:00
Aditya Mahajan
c4b24d9ae1
Add extensions for ConTeXt
...
[ConTeXt] is a macro language build on TeX (just as LaTeX is build on
TeX). It tends to use `.mkii` and `.mkiv` extensions to represent files used in
Mark II (MkII) version and Mark IV (MkIV) version of ConTeXt.
[ConTeXt]: http://wiki.contextgarden.net/
2013-08-07 20:37:40 -04:00
Ted Nyman
4741a47d21
Bring in @upsuper's css generated check
2013-08-05 23:00:04 -07:00
kethomassen
432bffe3ec
Change YAML type to data
2013-08-05 16:13:18 +10:00
Gonzalo HQ063
090216df2a
Update languages.yml
...
Alphabetize the recently added .frm extension
2013-08-04 12:40:45 -03:00
Ted Nyman
7b2fec88d1
Update samples
2013-08-03 13:25:47 -07:00
Ted Nyman
f5ede0d0f9
Update samples
2013-08-03 13:13:49 -07:00
Ted Nyman
de706a2eb9
Merge pull request #588 from techy1157/patch-1
...
Vendored .DS_Store (for mac users)
2013-08-01 21:48:20 -07:00
Ted Nyman
51a989d5f1
Update CSS color
2013-07-30 15:30:47 -07:00
Ted Nyman
0fa54a85d8
Include .scss file samples
2013-07-30 14:21:04 -07:00
Ted Nyman
96e8a5d2cc
Start detecting CSS
2013-07-30 13:30:39 -07:00
Ted Nyman
838fbc5626
Drop less from vendor.yml
2013-07-30 03:14:51 -07:00
Gonzalo HQ063
486af800b5
Update languages.yml
...
- Add .frm extension as VB file
2013-07-30 00:11:40 -03:00
j-jorge
f0b9b3a35a
Add common file extensions to the c++ language
...
.hpp and .tpp extensions are of common use respectively for headers files and separate implementation of template classes/methods.
2013-07-29 17:27:25 +02:00
David Calavera
bd19f6ed17
Merge pull request #594 from github/docker_syntax
...
Docker syntax
2013-07-26 16:10:30 -07:00
Ted Nyman
1d8da964e2
More color tweaks
2013-07-26 16:08:24 -07:00
David Calavera
37429d91a0
Add Docker files to the list of shell formatted files.
2013-07-26 15:33:23 -07:00
Viktor Szakáts
4130825a43
ignore more Git local config files to avoid them being misidentified as Racket, Ruby or else
2013-07-24 11:46:01 +02:00
James Socol
8c42e61271
Update languages.yml
...
Add .adp for AOL Server Tcl files.
2013-07-22 14:54:37 -04:00
Ted Nyman
dbc36a5e63
More color tweaking
2013-07-20 23:14:53 -07:00
Ted Nyman
78ed103f90
Fix casing
2013-07-20 23:02:12 -07:00