Arfon Smith
0758c05186
Merge branch 'master' into 675-local
...
Conflicts:
.gitignore
lib/linguist/languages.yml
lib/linguist/samples.json
2014-06-20 12:22:58 +01:00
Arfon Smith
21f0ac99e6
Merge branch 'master' into 1232-local
...
Conflicts:
lib/linguist/samples.json
2014-06-20 12:11:43 +01:00
Arfon Smith
bd55147847
Merge branch 'master' into 1261-local
2014-06-20 10:58:21 +01:00
Arfon Smith
b13dea6df0
Merge branch 'master' into 997-local
2014-06-20 10:46:04 +01:00
Arfon Smith
74be618fff
Merge pull request #1290 from github/1258-local
...
1258 local
2014-06-20 10:26:59 +01:00
Arfon Smith
c26382301c
Merge branch 'master' into 1132-local
...
Conflicts:
lib/linguist/samples.json
2014-06-20 10:12:04 +01:00
Arfon Smith
20416369ac
Merge pull request #1282 from github/map-nuspec-to-xml
...
Add .nuspec extension to XML
2014-06-19 16:02:36 +01:00
Kevin Sawicki
2be91e9b2e
Add .nuspec sample
2014-06-19 07:53:52 -07:00
Arfon Smith
bf0a814514
Merge pull request #1283 from LyricsMaster/add-xojo
...
Add Xojo language support
2014-06-19 15:03:04 +01:00
Kenichi Maehashi
b14267d40f
add more samples for Xojo language
2014-06-19 22:59:12 +09:00
Kenichi Maehashi
a437943516
Add Xojo language and example
2014-06-19 01:29:54 +09:00
diekmann
d9f17a65dd
Isabelle language - fixed lexer and added sample
...
Also, Isabelle is very polular in academia.
See for example http://scholar.google.de/scholar?q=isabelle%2FHOL
In around 40 days, the seL4 microkernel [1] with its
Isabelle proofs is (probably) released on github [2].
[1] http://sel4.systems/
[2] https://lists.cam.ac.uk/mailman/htdig/cl-isabelle-users/2014-June/msg00011.html
2014-06-18 09:16:31 +02:00
Charles Strahan
e452e85cae
add nix support
2014-06-17 19:32:22 -04:00
Arfon Smith
d2012519ba
Merge pull request #1268 from metopa/patch-1
...
Support of the .inc extension in Assembly group.
2014-06-16 16:27:35 -05:00
Gusakov Nikita
1b7f26091c
Added generated rule for Zephir language
2014-06-16 19:20:43 +04:00
Viacheslav Kroilov
db15367775
Rename X86_64.INC to X86_64.inc
2014-06-14 20:13:38 +04:00
Viacheslav Kroilov
309d14a955
Rename SYSTEM.INC to SYSTEM.inc
2014-06-14 20:13:19 +04:00
Viacheslav Kroilov
5ff16e1195
Rename FASM.ASM to FASM.asm
2014-06-14 20:12:50 +04:00
Viacheslav Kroilov
cf43aa9111
Rename ASSEMBLE.INC to ASSEMBLE.inc
2014-06-14 20:11:58 +04:00
metopa
138c1e6024
Added examples for Assembly
...
From FASM source under BSD
2014-06-14 19:21:02 +04:00
Andy Lindeman
3ad4eb2b59
Adds supports for Slim
2014-06-10 15:54:56 -04:00
Arfon Smith
701e720ab8
Merge pull request #1259 from github/bump-charlock-again
...
Bump charlock to 0.7.3
2014-06-09 11:10:30 -05:00
Arfon Smith
32c89a5405
Merge pull request #1260 from dalehenrich/patch-1
...
.ston extension for "Smalltalk Object Notation"
2014-06-09 06:26:34 -05:00
Dale Henrichs
625e0aa1af
add sample files
2014-06-08 21:21:29 -07:00
William Woodruff
de4d48b0fe
added two notebook samples
2014-06-08 23:11:19 -04:00
William Woodruff
b5c49f6d1c
added a sample package
2014-06-08 22:57:25 -04:00
Brian Lopez
bc04232f87
add the fixture
2014-06-07 15:32:29 -05:00
Niklas Rosenstein
a7cba23526
added .pyp suffix and an example source file. closes issue #1
2014-06-07 01:29:30 +02: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