Commit Graph

735 Commits

Author SHA1 Message Date
Louis Pilfold babe733bf4 Elixir: Add mix.lock filename 2015-03-25 13:52:52 +00:00
Arfon Smith 1940a9ea92 Merge branch 'master' into NetLinx 2015-03-24 11:41:26 -05:00
なつき 7c66301583 .storyboard and .xib as XML 2015-03-24 01:58:55 -07:00
Lars Brinkhoff 76828c45c7 Fix Emacs modeline in DTrace sample.
Apparently, the DTrace mode for Emacs is called dtrace-script:
https://github.com/dotemacs/dtrace-script-mode
2015-03-23 19:43:32 +01:00
Alex McLain b302863a4d Added additional sample files. 2015-03-21 20:22:46 -07:00
Alex McLain ec46b1a92e Added NetLinx language. 2015-03-21 18:58:09 -07:00
Arfon Smith ed65040539 Merge pull request #2250 from shaneog/patch-2
Add Neovim config file names to VimL language
2015-03-21 16:56:00 -05:00
Shaun Williams 8555b20380 add .boot Clojure sample 2015-03-21 12:02:20 -05:00
Shane O'Grady cbcadf8e45 Add Neovim config file names to VimL language
Neovim uses configuration files named `.nvimrc` rather than `.vimrc`

See this PR for details neovim/neovim#330
2015-03-21 09:53:21 -03:00
Thomas Gazagnaire e79607372b Disambiguate between OCaml and Standard ML
Fix #2208
2015-03-18 09:58:14 +00:00
Lars Brinkhoff 013188dcd9 Add new language Formatted for .for.
Sample file wksst8110.for is from the Climate Prediction Center at the
National Weather Service of the USA, and is in the public domain.
2015-03-17 20:44:06 +01:00
Chris Zwicker fb709e2e10 Add sample file for .plsql extension 2015-03-14 19:59:25 +00:00
Pavel 8b9ad131d1 Create foo.sma 2015-03-10 16:20:59 +02:00
Paul Chaignon 0d848b342f .jbuilder as a Ruby extension 2015-03-06 07:07:41 +01:00
Paul Chaignon cc0c71b277 New sample for NL 2015-03-02 22:13:17 +01:00
Paul Chaignon e5ce286c63 NL file format with .nl extension 2015-03-02 21:55:41 +01:00
Paul Chaignon 7c593899e7 Make heuristic for Prolog more specific 2015-03-01 12:43:35 +01:00
Arfon Smith 9151e7066a Merge pull request #2175 from github/sqlllll
Sqlllll
2015-02-28 20:45:08 -06:00
Arfon Smith 8a0ff14d22 Merge pull request #2112 from nwellnhof/patch-1
Mark XS files as "type: programming"
2015-02-27 14:19:42 -06:00
Arfon Smith 7604a2d80b Merge pull request #2176 from github/2073-local
2073 local
2015-02-27 14:16:03 -06:00
Arfon Smith 78b1c8a430 Merge branch 'master' into 2073-local 2015-02-27 14:12:23 -06:00
Arfon Smith 4ef925d8be Merge pull request #2087 from pchaigno/case-sensitivity
Detection by extension made case-insensitive
2015-02-27 14:06:50 -06:00
Arfon Smith a338228b57 Merge branch 'master' into sqlllll 2015-02-27 13:32:09 -06:00
Arfon Smith d6d232ec37 Merge pull request #2154 from pchaigno/kicad-files
Support for .pro INI files (KiCad project files)
2015-02-27 10:14:20 -06:00
Arfon Smith 2177ff1806 Merge pull request #2024 from halirutan/feature-Mathematica10Extensions
New Mathematica (aka Wolfram Language) extensions added
2015-02-26 21:10:00 -06:00
Arfon Smith 674eb31cfe Merge pull request #2145 from larsbrinkhoff/muf
Add MUF - Multi-user Forth
2015-02-26 21:04:13 -06:00
Arfon Smith 8888555f71 Merge pull request #2102 from phillipberndt/master
Added a sample of a C header file that is currently recognized as C++
2015-02-26 21:00:52 -06:00
Victor Zverovich e093ac843f Remove AMPL samples using .mod, .dat and .run extensions 2015-02-25 14:22:45 -08:00
Victor Zverovich 0bccf97d16 Add support for the AMPL modeling and script language 2015-02-25 12:54:31 -08:00
Lars Brinkhoff c6e16ee6bd MUF sample files.
39.m by Revar; license GPL v2.
cmd-say.muf by Natasha Snunkemeox; license MIT.
2015-02-25 19:29:57 +01:00
Lars Brinkhoff e791a71566 Add DTrace and Makefile dependency includes.
Sample file mpq.d by Georg Lukas; license GPL 2.
Sample file counts.d by Kate Turner; public domain.
Sample file javascript-race.d by unknown; license MPL 1.1/GPL 2.0/LGPL 2.1.
Sample file probes.d by momjian; license TBD.
2015-02-25 19:29:56 +01:00
Nick Wellnhofer 2e1161e061 Add sample XS file 2015-02-25 15:14:34 +01:00
Garen Torikian 04252c28f2 Merge pull request #2153 from github/enforce-type
Test that languages have a type
2015-02-24 13:34:22 -08:00
Arfon Smith 2bd050657d Merge pull request #2151 from soonhokong/master
add support for Lean Theorem Prover
2015-02-24 14:34:59 -06:00
Arfon Smith ef5eff45aa Merge pull request #2152 from pchaigno/generated-go
Detect Go files generated by Protocol Buffers
2015-02-24 14:30:37 -06:00
Soonho Kong 2d15ea54cb add support for Lean Theorem Prover 2015-02-23 11:32:22 -05:00
CodingAnarchy 525e886d79 Comments added to one sample 2015-02-22 11:00:14 -08:00
CodingAnarchy 05f73df064 Brainfuck samples 2015-02-22 11:00:14 -08:00
Paul Chaignon e592381a54 Support for .pro INI files (KiCad project files)
Update the heuristic for .pro to include both INI and QMake files
Fixes #2116
2015-02-22 19:33:06 +01:00
Paul Chaignon 2ca5868610 Detect Go files generated by Protocol Buffers 2015-02-22 10:50:47 +01:00
Paul Chaignon 6d8559eccb Add test file for C interpreter tcc 2015-02-21 17:16:33 +01:00
Lars Brinkhoff d673010420 Add .nasm extension for Assembly files.
Sample file by Chris Hinsley.
2015-02-12 08:24:44 +01:00
Phillip Berndt dc852b6398 Added a sample of a C header file that is currently recognized as C++
See https://github.com/github/linguist/issues/1626#issuecomment-73870081
Taken from https://github.com/phillipberndt/pqiv/blob/469fe63df4b27463f8accf8a45ae515a17c202e7/pqiv.h
2015-02-11 13:00:11 +01:00
Brandon Keepers bdc724d548 Detect "use 5.xxx" as Perl 2015-02-09 10:19:36 -05:00
David Pyke Le Brun e969172543 recode heuristic to use existing style. add additional sample 2015-02-09 14:16:25 +00:00
David Pyke Le Brun f570260dfe Merge remote-tracking branch 'upstream/master' into plsql
Conflicts:
	.gitmodules
2015-02-09 12:04:21 +00:00
Paul Chaignon 41e1b7bd4e Detection by extension made case-insensitive 2015-02-06 22:14:22 +01:00
David Pyke Le Brun 3e54d6651c update of old PL/SQL PLpgSQL and SQLPL patch based on current version
see [linguist] add support for oracle PLSQL (#1003)
2015-02-06 13:36:40 +00:00
Paul Chaignon a664b9dd0c Sample for Inno Setup 2015-02-04 21:26:42 +01:00
Arfon Smith d49701f470 Merge pull request #2071 from pchaigno/new-grammars
Grammars for 6 languages
2015-02-04 14:14:54 -06:00