Harry Garrood
29197736c7
Use a different grammar for PureScript
2015-07-19 09:18:09 +01:00
ziggi
483488a2fa
Add .inc extension for Pawn
2015-07-18 03:55:51 +03:00
ziggi
b36c4f2428
TextMate for Pawn
2015-07-18 03:27:07 +03:00
Arfon Smith
1ced06483e
Merge branch 'master' of https://github.com/rpavlick/linguist into rpavlick-master
2015-07-16 14:40:21 -07:00
Arfon Smith
75f72578ad
Bumping version to v4.5.9
2015-07-14 08:59:32 -07:00
Viktor Szakats
4c81c0d904
add grammar for xbase and harbour languages
2015-07-13 15:28:42 +02:00
Paul Chaignon
5a646384f6
FileBlob extends MemoryBlob
2015-07-12 20:56:51 +02:00
Paul Chaignon
8917f1a91a
MemoryBlob class: wrapper around the content of a file
...
Makes it possible to detect the language of a snippet of code
without having an actual file on disk
Will allow github-markup to use Linguist without restricting its API
2015-07-12 20:28:42 +02:00
Arfon Smith
d459f7289e
Merge pull request #2493 from miek/patch-1
...
Add .kicad_pcb extension for KiCad PCB design files
2015-07-12 13:44:17 +01:00
Kepler Sticka-Jones
89fabd9a89
Use a Crystal grammar over the Ruby grammar for Crystal files.
...
The Crystal does have several little differences which distinguish it from Ruby. Thus it needs it's own grammar.
2015-07-11 09:24:22 -07:00
Mike Walters
3f7ce832ab
Add .kicad_pcb extension for KiCad PCB design files
2015-07-11 16:34:05 +01:00
Arfon Smith
cf471af677
Merge pull request #2483 from github/cut-release-v4.5.8
...
v4.5.8 release
2015-07-10 22:57:07 +01:00
rpavlick
2d392581e2
adding NCL language
2015-07-09 07:17:01 -07:00
Paul Chaignon
9f8c15ed6c
Merge branch 'master' into inc-extension
2015-07-05 14:45:35 +02:00
Paul Chaignon
e688c865bc
Merge branch 'master' into associate-heuristic-with-extension
2015-07-04 22:48:06 +02:00
Arfon Smith
21e97cc65c
Merge pull request #2170 from pchaigno/mod-extension
...
.mod extension
2015-07-04 20:57:40 +01:00
Paul Chaignon
06c1033952
Fix error from merge conflicts
2015-07-04 18:04:19 +02:00
Paul Chaignon
8c54f68040
Fix conflicts from merging master into 'mod-extension'
2015-07-04 18:01:56 +02:00
Arfon Smith
117735ffb9
Merge pull request #2179 from pchaigno/symlinks
...
Ignore symbolic links
2015-07-04 16:57:43 +01:00
Paul Chaignon
f98e6bdac7
Use proper format for symlinks, submodules and trees
2015-07-04 17:14:30 +02:00
Arfon Smith
a63a609ce1
v4.5.8 release
2015-07-04 10:36:45 +01:00
Arfon Smith
6c45e5ec19
Merge branch 'master' into 1823-local
2015-07-04 05:46:23 +01:00
Ian A. Mason
77bc72be14
Added an ace mode, and put the SMT entry in the correct place, maybe.
2015-07-01 11:22:04 -07:00
Ian A. Mason
5f456d8b22
Some part way through the adding a language checklist.
2015-06-30 15:29:02 -07:00
Vicent Marti
a351cdd486
Merge pull request #2477 from github/vmg/release-4.5.7
...
Rrelease 4.5.7
2015-06-30 14:58:18 +02:00
Arfon Smith
0b2e43cdee
Merge pull request #2457 from drewcrawford/master
...
Adding some more vendered expressions
2015-06-29 21:16:08 -05:00
Vicent Marti
ee3081fb4c
Bump to 4.5.7
2015-06-26 03:34:18 -07:00
Paul Chaignon
56dec47561
Merge branch 'master' into inc
2015-06-21 14:20:53 +02:00
Garen Torikian
f6b50a67f9
Change Haxe and Ragel colors to pass tests
2015-06-20 09:55:33 -07:00
Zalim Bashorov
cd47798d13
try to fix conflicts
2015-06-20 09:49:51 -07:00
Zalim Bashorov
3b54df2cde
Change color for Kotlin based on color in logo
...
IMHO it's more suitable.
2015-06-20 09:49:51 -07:00
Paul Chaignon
8bf1defdc1
Merge branch 'master' into associate-heuristic-with-extension
...
Conflicts:
lib/linguist/heuristics.rb
2015-06-18 21:54:59 +02:00
Drew Crawford
8845b266de
Adding some more vendered expressions
...
* `Vendor/`, the capitalized path
* Crashlytics, a common iOS framework
* Fabric, a common iOS framework
2015-06-17 21:25:54 -05:00
Arfon Smith
468fd425fc
Bumping to v4.5.6
2015-06-17 09:03:29 -05:00
Lars Brinkhoff
8c66f0a5da
Heuristic for PicoLisp.
2015-06-16 06:51:58 +02:00
Lars Brinkhoff
78efc2d0de
Add PicoLisp language.
2015-06-16 06:51:57 +02:00
Lars Brinkhoff
28103ee25b
Add .ms to GAS.
2015-06-15 07:18:43 +02:00
Lars Brinkhoff
0a0d2ddb1a
Heuristics for Groff and Nemerle.
2015-06-15 07:18:43 +02:00
Lars Brinkhoff
ba1ab64b56
More Groff file extensions.
2015-06-15 07:18:43 +02:00
Kevin Butler
3180c5d554
Allow delimiting by comma in the language name
2015-06-10 15:37:31 +01:00
William Candillon
302cfea295
Update languages.yml
2015-06-08 14:32:07 +02:00
Paul Chaignon
be122ca1a5
Fix test for Perl heuristic
...
Improve heuristic rule for Perl6
Separate heuristic rules for .pl (with Prolog) and .pm (without Prolog)
2015-06-06 19:55:04 +02:00
Paul Chaignon
656f4f440d
Several extensions can be associated to a heuristic rule
2015-06-06 17:44:02 +02:00
Paul Chaignon
7fb62de4d7
Associate each heuristic rule to a file extension
2015-06-06 15:37:41 +02:00
Jake Petroules
2806987f2f
.qbs extension for QML.
2015-06-02 00:46:56 -07:00
Arfon Smith
f380aa2e5e
Merge pull request #2426 from tamird/generated-go-bindata
...
Detect Go files generated by go-bindata
2015-05-31 15:53:49 +02:00
Arfon Smith
a2ce1972ec
Merge pull request #2429 from larsbrinkhoff/kbuild
...
Make filename: Kbuild
2015-05-31 15:51:51 +02:00
Paul Chaignon
ec61a6974f
.al extension for Perl
2015-05-30 15:07:56 +02:00
Lars Brinkhoff
8e550f7093
'Kbuild' is a common makefile name.
2015-05-29 07:18:31 +02:00
Arfon Smith
53e53880bd
Merge pull request #2419 from evgenyneu/master
...
Treat Carthage path as vendored
2015-05-28 13:33:47 -05:00