Haralan Dobrev
56dec42c70
Add composer.lock to JSON filenames
...
[Composer](http://getcomposer.org ] uses one configuration file (composer.json) and
one lock file (composer.lock). They both use valid JSON.
Example: https://github.com/OpenBuildings/jam/blob/master/composer.lock
2013-11-23 13:03:22 +02:00
Max Peterson
c88585cffb
Adding support for the Brightscript language, with samples.
2013-11-21 19:26:44 -06:00
Ted Nyman
46779da3b5
Check line length for minified for now
2013-11-20 09:33:25 -08:00
Jim Hester
c2ca9f40ac
Add r alias
2013-11-18 13:45:11 -05:00
liluo
01616ef54e
fix typo
2013-11-17 20:08:42 +08:00
Ted Nyman
9fd802a208
Regenerate samples
2013-11-16 12:33:51 -08:00
Ted Nyman
86e0b94700
Merge master
2013-11-16 12:33:18 -08:00
Ted Nyman
6e4e5e78ad
Regenerate samples.json
2013-11-16 12:29:25 -08:00
Ted Nyman
183c280263
Better lexer
2013-11-16 12:28:42 -08:00
Ted Nyman
cb0b3a688f
Merge pull request #771 from GreatEmerald/master
...
Add initial UnrealScript support
2013-11-16 12:24:29 -08:00
Ted Nyman
4f656c200b
Minor docs/naming
2013-11-15 18:42:53 -08:00
Daniel Standage
edf19a0941
Does adding Rscript as an alias help?
2013-11-14 23:00:19 -05:00
Jos van Egmond
74775b2e0a
Added AutoIt
...
Language website: http://autoitscript.com
Example project on GitHub: https://github.com/jvanegmond/au3-minecraft-monitor
2013-11-14 11:15:38 +01:00
William Kent
d7baf4ed7b
Fixed typo in a documentation comment.
2013-11-10 10:48:03 -05:00
Ted Nyman
5bef198e6d
More lenient regex for LICENSE
2013-11-09 19:13:08 -08:00
Ted Nyman
c03e310422
Merge pull request #770 from hkdobrev/phpunit.xml.dist
...
Add phpunit.xml.dist to XML filenames
2013-11-09 19:11:18 -08:00
Ted Nyman
25954c8992
Merge pull request #773 from afischer15/master
...
Added Initial NetLogo support
2013-11-09 16:42:22 -08:00
Ted Nyman
12f01e9e94
Color for dart
2013-11-09 16:39:55 -08:00
Eric Schulte
d93edf0897
adding interpreter arrays to some languages
2013-11-09 11:44:17 -07:00
Eric Schulte
7a6202a8c3
language interpreters and shebang lines
...
Add an interpreter array to each language, and match interpreters found
in the shebang lines of scripts to this array to identify the language
of scripts.
With suggestions from tnm. https://github.com/github/linguist/pull/687
2013-11-09 11:44:17 -07:00
Andrew Fischer
f0558769f2
added initial NetLogo support
2013-11-09 12:31:29 -05:00
GreatEmerald
12086b69ac
Add initial UnrealScript support
...
The two samples are for two different UnrealScript generations:
MutU2Weapons is UnrealScript 2, US3HelloWorld is UnrealScript 3.
Signed-off-by: GreatEmerald <pastas4@gmail.com >
2013-11-09 15:29:59 +02:00
Haralan Dobrev
e47b312866
Add phpunit.xml.dist to XML filenames
...
PHPUnit (a popular unit testing tool for PHP) uses `phpunit.xml`
for its configuration.
However it would use `phpunit.xml.dist` as well if `phpunit.xml`
is not available.
The reason is to track `phpunit.xml.dist` in your repo.
And to ignore `phpunit.xml`.
By default everyone (including a CI) would use `phpunit.xml.dist`
except you add `phpunit.xml` locally.
`phpunit.xml.dist` has the same XML structure as `phpunit.xml`.
So it should be detected as XML by linguist.
Example: https://github.com/erusev/parsedown/blob/master/phpunit.xml.dist
I don't know why linguist is not detecting this file as XML since
it starts with `<?xml`. Perhaps it is another issue.
2013-11-09 12:53:15 +02:00
Ted Nyman
eb5f1468d2
.pluginspec for XML
2013-11-08 14:13:45 -08:00
Ted Nyman
77c7ee6d2e
Update samples
2013-11-07 17:26:20 -08:00
Ted Nyman
8a5b26536e
Merge pull request #755 from frunns/node-modules-generated
...
Added node_modules/ to generated files.
2013-11-07 17:01:53 -08:00
Ted Nyman
355ac3d81a
Merge pull request #500 from Leushenko/master
...
Added BlitzBasic
2013-11-06 20:45:30 -08:00
Ted Nyman
8b8123a3c1
Add TeX as detectable markup
2013-11-06 20:17:47 -08:00
Ted Nyman
fc44af9343
Merge pull request #764 from bricker/add-appraisals
...
Add Appraisals to Ruby filenames
2013-11-06 20:15:12 -08:00
Gordon Smith
72b8e1c76f
Uppercase "Ecl" language to "ECL"
...
Signed-off-by: Gordon Smith <gordon.smith@lexisnexis.com >
2013-11-06 09:17:03 +00:00
Bryan Ricker
92282e3677
Add Appraisals to Ruby filenames
2013-11-05 18:28:01 -08:00
Lukas Elmer
ab20c033fe
update samples.yml
2013-11-06 02:36:36 +01:00
Ted Nyman
41a570818d
Just .veo for now
2013-11-05 15:24:05 -08:00
Ted Nyman
c1e38425d0
Merge pull request #741 from danluu/verilog_extensions
...
Add common Verilog extensions
2013-11-05 15:23:38 -08:00
Ted Nyman
6fb4e6836c
Just primary extension for now
2013-11-05 15:21:27 -08:00
Ted Nyman
a2f9150f50
Merge pull request #760 from vszakats/patch-4
...
recognize xBase sources
2013-11-05 15:20:55 -08:00
Ted Nyman
2dcee1e43c
Update samples
2013-11-05 15:18:10 -08:00
Ted Nyman
867a4d96fe
Unique primary extension
2013-11-05 15:16:36 -08:00
Ted Nyman
b8c7b71ca5
Text only for now
2013-11-05 15:15:40 -08:00
Ted Nyman
70396ab636
Merge pull request #460 from remobjects/master
...
Oxygene language detection
2013-11-05 15:14:34 -08:00
Ted Nyman
67b5b51c47
Merge pull request #499 from ppannuto/nesc
...
Add support for nesC
2013-11-05 15:13:32 -08:00
Kashif Rasul
d86f8ba12f
merged from master and updated samples.json
2013-11-05 22:07:39 +01:00
Kashif Rasul
856ee4724c
Merge remote-tracking branch 'upstream/master' into nvidia-cuda
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-11-05 22:06:20 +01:00
Kashif Rasul
e635af4ef9
Revert 94b3ea3..b301634
...
This rolls back to commit 94b3ea3df5 .
2013-11-05 22:05:12 +01:00
Kashif Rasul
b30163444f
checked in updated samples.json
2013-11-05 22:02:41 +01:00
Ted Nyman
051bedefab
Include .emacs filenames
2013-11-05 12:26:17 -08:00
Ted Nyman
1d7f63e38b
Remove extra ace modes
2013-11-05 12:15:14 -08:00
Ted Nyman
d96657a48b
Alphabetize
2013-11-05 11:57:40 -08:00
Ted Nyman
8bdd6ea510
Merge pull request #578 from timm/patch-1
...
Update languages.yml
2013-11-05 11:57:11 -08:00
Ted Nyman
9f65e702fc
Remove dupe extension
2013-11-05 11:42:09 -08:00