William Woodruff
b5c49f6d1c
added a sample package
2014-06-08 22:57:25 -04:00
Simon Wistow
7cd23036a7
Add support for the Varnish VCL edge scripting language
2014-06-06 12:59:50 -07:00
Brian Lopez
203f6d1944
forgot to add the test fixture
2014-06-04 17:15:33 -05:00
Arfon Smith
98f35aefdc
Merge branch 'master' into 1035
...
Conflicts:
lib/linguist/languages.yml
lib/linguist/samples.json
2014-06-03 22:03:59 -05:00
Arfon Smith
491700f925
Merge pull request #1198 from Spirit-of-Oberon/master
...
Support of the Component Pascal language
2014-06-03 21:36:52 -05:00
Andy Lindeman
aa5a94cc3e
Handle case where newline chars don't transcode to detected encoding
...
We've seen cases where binary files are detected as encodings such as
ISO-8859-8-I. This usually happens when the binary files are short, so
while the detector is mistaken, there is also not very much data for use
in the detection algorithm in the first place so it's understandable
that the detector was wrong.
In these cases, the code to convert ASCII newline characters to
encodings such as ISO-8859-8-I fails because there is no conversion
between them.
We now simply assume that the data is all one line in those cases. In
reality the data is binary, but this obviously difficult to detect
reliably.
2014-06-03 12:26:23 -04:00
Arfon Smith
a3bc3a7615
Merge branch 'master' into 1239-update
...
Conflicts:
lib/linguist/samples.json
2014-06-02 21:01:00 -05:00
john howard
cfb9f6f0a4
smaller code sample
2014-06-02 18:14:57 -07:00
John Howard
3d5a0da62e
rename sample directory
2014-06-02 18:08:54 -07:00
john howard
5b3152d99d
Create sample.zmpl
2014-06-02 15:16:00 -07:00
Andy Lindeman
8f251e6756
Adds basic support for the Swift programming language
...
Text only lexer for now until Pygments catches up
2014-06-02 15:54:05 -04:00
Arfon Smith
78fda33707
Merge pull request #1209 from jkeirstead/GAMS-language
...
Added the General Algebraic Modeling System (GAMS) to languages with example
2014-05-31 09:19:57 -05:00
Arfon Smith
efbcb942c3
Merge branch 'master' into 1206
...
Conflicts:
lib/linguist/samples.json
2014-05-31 09:13:42 -05:00
Christian Bundy
72a6186f08
Fix Ox implementation
...
Remove .h from Ox, fix `lex` typo, and add samples for Ox.
2014-05-30 15:47:42 -07:00
Arfon Smith
5a830504a4
Merge branch 'master' into 1178
...
Conflicts:
lib/linguist/samples.json
2014-05-30 16:15:28 -05:00
Arfon Smith
6447333368
Merge pull request #1208 from jkeirstead/R-documentation
...
R documentation
2014-05-30 16:08:41 -05:00
Arfon Smith
0f302713da
Merge pull request #1188 from kaendfinger/master
...
Groovy: Add .gvy, .grt, and .gtpl to the list of extensions
2014-05-30 15:58:59 -05:00
Arfon Smith
4fefe2020f
Merge branch 'master' into 815-update
...
Conflicts:
lib/linguist/samples.json
2014-05-30 15:38:55 -05:00
Arfon Smith
cfcf4ca915
Merge pull request #1203 from kostko/master
...
Add .ipp extension for C++
2014-05-30 15:21:16 -05:00
James Keirstead
1a98ccbf5f
Added an example Rd file from the scholar package
2014-05-23 18:12:36 +01:00
Andy Lindeman
85efbde3f7
Counts the number of lines correctly for files with certain multibyte encodings
2014-05-21 13:36:39 -04:00
James Keirstead
e96096f786
Added the General Algebraic Modeling System (GAMS) to languages, with example
2014-05-21 14:36:11 +01:00
James Adams
0a850eeddd
Add support for Pan Language
...
As found in repositories related to @quattor, e.g. https://github.com/quattor/template-library-core
The test file provided matches the one I submitted to Pygments.
At some point in the future when the Pygments patches land at GitHub the lexer should be updated from "Text only" to "pan".
2014-05-20 16:54:07 +01:00
Jernej Kos
42658ffd61
Added .ipp extension for C++.
2014-05-19 19:12:49 +02:00
ilovb
ac2723abe3
example 2 for Component Pascal
2014-05-17 00:02:34 +04:00
ilovb
0d0e219532
add example for Component Pascal
2014-05-16 23:47:27 +04:00
ilovb
c2b53db96d
remove Component Pascal examples
2014-05-16 23:08:28 +04:00
ilovb
7aad5f93e4
Support of the Component Pascal language
...
http://en.wikipedia.org/wiki/Component_Pascal
2014-05-16 21:36:23 +04:00
Kenneth Endfinger
51dde1f6a4
Created Sample for .gvy
2014-05-13 16:34:20 -04:00
Kenneth Endfinger
13c9259d23
Created Sample for .grt
2014-05-13 16:33:43 -04:00
Kenneth Endfinger
a22c2d678b
Created a Sample for .gtpl
2014-05-13 16:32:21 -04:00
Arfon Smith
675c1f3c0b
Merge pull request #1155 from NN---/patch-1
...
Add more extensions based on XML
2014-05-07 13:12:58 -05:00
NN
fee7a34ddc
Add targets sample.
2014-05-07 20:47:09 +03:00
Paul Chaignon
a148d52aed
.frag file extension added for JavaScript with some new samples
2014-05-07 13:42:46 +02:00
Arfon Smith
e9ff0f4998
Merge pull request #988 from lamestation/master
...
Added Propeller Spin language to languages.yml
2014-05-05 22:11:06 -04:00
NN
843279ff1d
Add samples as requested.
2014-05-05 08:10:49 +03:00
Brett Weir
15c05c723e
Converted spin samples from UTF16LE to UTF8 character encoding.
2014-05-04 19:05:53 -07:00
Arfon Smith
f494972d04
Merge pull request #1136 from jdf/master
...
Add support for Processing's new Python Mode sketches.
2014-05-04 20:44:03 -05:00
Jonathan Feinberg
1c4def7320
Add Python processing examples.
2014-05-04 21:13:19 -04:00
Brett Weir
86a97610bd
Added sample Spin code objects to samples/Propeller Spin/
2014-05-04 07:32:35 -07:00
Arfon Smith
44a0d19ac0
Merge branch 'master' into 780-update
...
Conflicts:
lib/linguist/samples.json
2014-05-03 17:11:13 -05:00
Arfon Smith
6038a06c43
Merge pull request #1150 from Oldes/RedLanguage
...
Red language
2014-05-03 17:09:22 -05:00
Arfon Smith
80184f1e1d
Merge branch 'master' into 780
2014-05-02 13:36:14 -05:00
Arfon Smith
0e6a46abfc
Merge branch 'master' into 1142
...
Conflicts:
lib/linguist/samples.json
2014-05-02 13:18:47 -05:00
Oldes
a978c4eb34
Red language (red-lang.org)
2014-04-29 23:04:53 +02:00
Paul Chaignon
00873da7a6
New sample file for R
2014-04-27 18:36:34 +02:00
killmous
a17f7d1cb2
Added samples for Haskell
2014-04-27 11:29:26 -05:00
Arfon Smith
dd24b54a31
Rethinking Liquid extensions
2014-04-24 20:36:35 -05:00
Paul Chaignon
bb58840c1c
.st file extension for StringTemplate HTML files
...
Conflicts:
lib/linguist/samples.json
2014-04-24 13:34:08 -05:00
Parker Moore
cbcbb969d5
Add XML, HTML and JSON samples for Liquid.
2014-04-23 23:02:19 -04:00