Vivek Galatage
d8b4d4639c
Sample JSBuild file showing the usage javascript as scripting language.
2014-09-22 00:15:35 +05:30
Vivek Galatage
ebe45e6f37
Adding JavaScript syntax support for JavaScriptBuild (.jsb) files
...
jsb is a meta build system [1] which can generate actual build files for GNU make, ninja, visual studio etc.
These files are pure javascript files. Just to differentiate them from rest of the javascript files, these are marked as .jsb file.
[1] https://github.com/vivekgalatage/jsb
2014-09-21 10:27:54 +05:30
Arfon Smith
cb016f8439
Merge pull request #1545 from larsbrinkhoff/groff
...
Add Groff sample.
2014-09-20 13:58:18 -05:00
Lars Brinkhoff
92212d2652
Add Groff sample.
2014-09-19 13:51:19 +02:00
Arfon Smith
950882be78
Merge pull request #1537 from github/drop-samples.json
...
Ignore samples.json
2014-09-18 14:30:15 -05:00
Arfon Smith
036855072e
Merge branch 'master' into drop-samples.json
...
Conflicts:
.travis.yml
2014-09-18 14:29:54 -05:00
Arfon Smith
29bbf50900
Merge pull request #1542 from github/travis-updates
...
Cleaning up travis.yml
2014-09-18 14:26:23 -05:00
Arfon Smith
ca59303dba
Preferred syntax
2014-09-18 14:25:36 -05:00
Arfon Smith
e21f35039b
Is this still needed?
2014-09-18 14:11:08 -05:00
Arfon Smith
f2b377fae8
Removing unnecessary Travis build step
2014-09-18 14:07:14 -05:00
Arfon Smith
24a36bf4bb
Removing docs about generating samples
2014-09-18 14:06:11 -05:00
Arfon Smith
3284450dc4
Make sure samples.json is present before running tests
2014-09-18 13:56:41 -05:00
Arfon Smith
ea9d326819
Merge branch 'master' into drop-samples.json
2014-09-18 13:50:53 -05:00
Arfon Smith
82285df54b
Merge pull request #1536 from pchaigno/apex-lexer
...
Use Java lexer for Apex
2014-09-16 16:46:50 -05:00
Brandon Keepers
e67c1789b8
Generate samples.json before building gem
2014-09-16 10:26:35 -04:00
Brandon Keepers
015af19eaf
Move Samples::DATA constant to Samples.cache method
2014-09-16 10:25:30 -04:00
Brandon Keepers
156985ed52
Remove samples.json from version control
2014-09-16 10:24:05 -04:00
Paul Chaignon
71d1bd75c0
Use Java lexer for Apex
2014-09-15 16:10:36 -04:00
Arfon Smith
8e7c9c4bc4
Merge pull request #1524 from ankitr/patch-1
...
Changes C# to proposed color in #1332
2014-09-15 14:07:46 -05:00
Arfon Smith
7b7236fe30
Merge pull request #1534 from github/1530-local
...
1530 local
2014-09-15 14:00:49 -05:00
Arfon Smith
55d997f43a
Merge branch 'master' into 1530-local
...
Conflicts:
lib/linguist/samples.json
2014-09-15 13:48:22 -05:00
Arfon Smith
1829b38339
Merge pull request #1529 from fingolfin/godot
...
Add support for the GDScript language
2014-09-15 13:44:23 -05:00
Arfon Smith
e4c28e12cf
Merge pull request #1533 from github/travis-samples
...
Generate samples before build
2014-09-15 13:22:43 -05:00
Arfon Smith
066cf45f4a
Merge pull request #1525 from fingolfin/typos
...
Fix typos
2014-09-15 13:21:26 -05:00
Arfon Smith
ac32b09a6b
Generate samples before build
2014-09-15 13:17:38 -05:00
Arfon Smith
92296f4b4b
Merge pull request #1520 from pmoura/master
...
Use the Logtalk lexer for syntax coloring of Prolog files
2014-09-15 09:10:46 -05:00
Max Horn
3b4d2499eb
Update samples.json
2014-09-15 15:02:25 +02:00
Max Horn
f38e15790e
Update samples.json
2014-09-15 15:01:46 +02:00
Max Horn
b67c2bc2b2
Add support for G-code language
...
This is a special language controlling 3D printers (by RepRap, Makerbot,
Ultimaker etc.). It is not a general purpose programming language, but
still contains commands for e.g. looping. On the other hand, most of the
time it will be generated by another program, not hand-written. Hence I
classified it as "data".
Specification:
* http://reprap.org/wiki/G-code
Some repositories with examples:
* https://github.com/reprappro/Mendel
* https://github.com/BLLIP/bllip-parser
* https://github.com/MakerGear/M2
2014-09-15 14:59:40 +02:00
Max Horn
393c9b759e
Add support for the GDScript language
...
References:
* https://github.com/okamstudio/godot/wiki/gdscript
* http://www.godotengine.org/
Some projects using it:
* https://github.com/okamstudio/godot
* https://github.com/Qwertie-/Godot-games
My motivation for adding it: To disambiguate these .gd
files from GAP .gd files.
2014-09-15 14:31:58 +02:00
Max Horn
54a7cf6785
Fix typos
2014-09-15 13:24:39 +02:00
Ankit Ranjan
1cf7a6389c
Changes C# to proposed color in #1332
2014-09-13 12:00:30 -07:00
Arfon Smith
c204d7c297
Merge pull request #1403 from github/benchmarking
...
Benchmarking
2014-09-13 13:41:09 -05:00
Arfon Smith
5932f5f273
Allow for result to be generated when there are un-committed changes.
2014-09-13 11:06:15 -05:00
Paulo Moura
ff457af2d4
Use the Logtalk lexer for syntax coloring of Prolog files
2014-09-12 20:49:54 +01:00
Arfon Smith
64e4830aad
Merge branch 'benchmarking' of github.com:github/linguist into benchmarking
2014-09-10 17:07:01 -05:00
Arfon Smith
0c47f2af75
Merge branch 'master' into benchmarking
...
Conflicts:
lib/linguist/heuristics.rb
lib/linguist/languages.yml
2014-09-10 17:06:48 -05:00
Arfon Smith
14c5d8c95a
Merge pull request #1516 from github/benchmarking-2
...
Tweaks to benchmarking stuff
2014-09-10 17:00:55 -05:00
Brandon Keepers
6850499056
Remove git dependency
2014-09-10 15:49:59 -05:00
Brandon Keepers
9288f784a1
remove hash extension
2014-09-10 15:49:54 -05:00
Brandon Keepers
dab75f6f97
Rework benchmarking script to avoid git operations
...
$ git checkout master
$ bundle exec rake benchmark:generate CORPUS=~/Downloads/samples-9
wrote benchmark/results/samples-9-8cdb8ed4.json
$ git checkout branch-name
$ bx rake benchmark:generate CORPUS=~/Downloads/samples-9
wrote benchmark/results/samples-9-8d8020dd.json
$ bx rake benchmark:compare
REFERENCE=benchmark/results/samples-9-8cdb8ed4.json
CANDIDATE=benchmark/results/samples-9-8d8020dd.json
LanguageA changed from 95.9% to 0.0%
LanguageB changed from 4.0% to 99.9%
2014-09-10 15:47:44 -05:00
Arfon Smith
4a017d9033
Merge pull request #1509 from github/cut-release-v3.1.5
...
3.1.5
v3.1.5
2014-09-05 13:58:58 -05:00
Arfon Smith
6f896d988f
3.1.5
2014-09-05 13:24:39 -05:00
Arfon Smith
35a9d241fc
Samples
2014-09-05 13:23:10 -05:00
Arfon Smith
9ba0a7db64
Merge pull request #1506 from pchaigno/cgi-scripts
...
Add .cgi as an extension for Python and Bash
2014-09-05 13:21:33 -05:00
Arfon Smith
9968503872
Merge pull request #1508 from github/prolog-script
...
Scripty Prolog
2014-09-05 13:17:48 -05:00
Arfon Smith
34218c5f58
Scripty Prolog
2014-09-05 13:00:19 -05:00
Arfon Smith
ebd41f1f20
Merge pull request #1507 from github/cut-release-v3.1.4
...
3.1.4
2014-09-05 11:25:36 -05:00
Arfon Smith
62b1816297
3.1.4
v3.1.4
2014-09-05 10:40:37 -05:00
Paul Chaignon
2dfb864e4e
Add .cgi as an extension for Python and Bash
2014-09-04 20:32:45 -04:00