aquileia
2d03eae413
Exclude gettext catalogues from statistics
...
Gettext catalogues are used for translations and are thus essentially prose, but were classified as "programming" in 507d191d7d .
In large projects like e.g. wesnoth/wesnoth, gettext can dominate the language statistics with about 95% although the actual code is C++.
2015-03-06 13:34:19 +01:00
Arfon Smith
ad6030b0e8
Merge pull request #2200 from github/cut-release-v4.4.3
...
Bumping version to 4.4.3
2015-03-05 16:37:40 -06:00
Arfon Smith
bdb2a221a5
Bumping version to 4.4.3
v4.4.3
2015-03-05 15:13:54 -06:00
Arfon Smith
44f505e687
Grammars update
2015-03-05 15:08:05 -06:00
Arfon Smith
d931dacd47
Merge pull request #2196 from larsbrinkhoff/glsl-group
...
GLSL should not be in the C group.
2015-03-05 15:03:45 -06:00
Arfon Smith
1da425ae2f
Merge pull request #2162 from github/instrumentation
...
Add instrumentation to detection and classification
2015-03-05 15:03:30 -06:00
Arfon Smith
9ceea4ac81
Merge pull request #2173 from github/moar-instrumentation
...
Instrument all calls and pass the blob, strategy and language candidates in the payload.
2015-03-05 15:02:42 -06:00
Arfon Smith
a1010b8cf8
Actually return the strategy
2015-03-05 13:21:07 -06:00
Arfon Smith
1bc1803628
Check for block here too
2015-03-05 12:50:12 -06:00
Brandon Keepers
7fdead0100
Only yield if block given
2015-03-05 10:11:08 -08:00
Brandon Keepers
3dcdc11c1b
Avoid passing block to detected instrumenter
2015-03-05 10:03:51 -08:00
Brandon Keepers
e8326529b5
Pass blob to instrumentation
2015-03-05 10:03:01 -08:00
Brandon Keepers
2d5476f6c8
Yield the block in LocalInstrumenter
2015-03-05 10:01:28 -08:00
Lars Brinkhoff
c7b4cf636f
GLSL should not be in the C group.
2015-03-04 21:26:55 +01:00
Arfon Smith
d81c796dc0
Merge pull request #2193 from pchaigno/nl
...
Support for NL file format
2015-03-03 21:43:55 -06:00
Arfon Smith
1a3680bba6
Merge pull request #2189 from pchaigno/qml-programming-type
...
QML as a programming language
2015-03-03 11:50:49 -06:00
Arfon Smith
600bca149a
Merge pull request #2192 from graymalkin/master
...
Added XC syntax
2015-03-03 11:50:29 -06:00
Simon Cooksey
3a56d632e1
Fixed build by removing duplicate C syntax definition
2015-03-03 13:09:19 +00:00
Simon Cooksey
7f3f0327c2
Added XC syntax
2015-03-03 12:45:08 +00: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
Arfon Smith
86a0cf9424
Merge pull request #2188 from graymalkin/patch-1
...
Add colour for XMOS XC in linguist
2015-03-02 11:11:40 -06:00
Paul Chaignon
eaea6ac837
QML as a programming language
2015-03-02 18:09:09 +01:00
Simon Cooksey
4efc3ff822
Add colour for XMOS XC in linguist
...
Adds a colour matching the XMOS colour scheme for .xc files.
2015-03-02 17:04:18 +00:00
Arfon Smith
c22a6563d9
Writing some (failing) tests for instrumentation
2015-03-01 22:13:26 -06:00
Arfon Smith
f9683efb74
Merge pull request #2184 from redj/ec-lang-color
...
Add designated color of eC language for display in language bar.
2015-03-01 19:21:27 -06:00
Rejean Loyer
08945923e6
Add designated color of eC language in lib/linguist/languages.yml for display in repository page's language bar.
2015-03-01 18:54:47 -05:00
Arfon Smith
4745c62853
Merge pull request #2181 from pchaigno/prolog-heuristic
...
More specific heuristic for Prolog
2015-03-01 11:13:58 -06: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
7ba4f0c571
Oracle grammar now has a license
2015-02-27 13:51:23 -06:00
Arfon Smith
63fc9dd6a5
Updating grammars
2015-02-27 13:50:29 -06:00
Arfon Smith
b350f1572b
Reformatting
2015-02-27 13:36:20 -06:00
Arfon Smith
e24a9ba602
Ordering
2015-02-27 13:36:12 -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
Brandon Keepers
b723405e9f
Merge pull request #2174 from github/2171-local
...
2171 local
2015-02-27 01:00:54 -10:00
Arfon Smith
cecb125b0b
Merge branch 'master' into 2171-local
2015-02-26 21:13:18 -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
9783710adf
Merge pull request #2160 from brandonwamboldt/use-vcl
...
Use correct VCL syntax highlighting
2015-02-26 21:02:35 -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
Arfon Smith
13a6180507
Merge pull request #2128 from larsbrinkhoff/d
...
Add to .d: DTrace and Makefile dependencies
2015-02-26 20:52:41 -06:00
Arfon Smith
9a86b9ad75
Instrument all calls and pass the blob, strategy and language candidates in the payload.
2015-02-26 15:27:33 -06:00
Paul Chaignon
65260e3aaa
Grammar for OpenScad from TextMate bundle
2015-02-26 21:59:03 +01:00
Victor Zverovich
51af1bd162
Use AMPL grammar
2015-02-26 10:40:56 -08:00