Arfon Smith
|
da7d019df3
|
Merge pull request #2388 from mephaust/add-unity3d
Add Unity3D Asset and Metadata files
|
2015-05-13 16:02:30 -05:00 |
|
Arfon Smith
|
6dfab80df7
|
Merge pull request #2394 from github/vim-modeline-fix
Improving Vim modeline regex
|
2015-05-13 09:03:43 -05:00 |
|
Arfon Smith
|
1ebf1e77e5
|
Merge pull request #2387 from aivus/patch-1
Change PHP group to HTML for TWIG
|
2015-05-13 09:03:35 -05:00 |
|
Arfon Smith
|
7e32b45aa8
|
Removing whitespace matching
|
2015-05-13 08:31:45 -05:00 |
|
Arfon Smith
|
2fac182a90
|
Improving Vim modeline regex
|
2015-05-12 16:49:14 -05:00 |
|
Felix Krause
|
f87c3c4996
|
Added fastlane configuration files
[fastlane](https://fastlane.tools) is an established Continuous Delivery solution for iOS/Mac projects. The configuration files are similar to a `Podfile`, also Ruby based.
Some examples:
- https://github.com/wikimedia/apps-ios-wikipedia/blob/master/fastlane/Fastfile
- https://github.com/wikimedia/apps-ios-wikipedia/blob/master/fastlane/Deliverfile
- https://github.com/artsy/eidolon/blob/master/fastlane/Fastfile
- https://github.com/fastlane/examples/blob/master/MindNode/Fastfile
The configuration files added with this pull request: `Fastfile`, `Deliverfile` and `Snapfile` 👍
|
2015-05-12 20:29:24 +01:00 |
|
Vighnesh Rege
|
1811465abb
|
Add Apache thrift support to generated? check
|
2015-05-12 12:25:06 -07:00 |
|
Paul Handly
|
7631db2183
|
Treat Unity3D metadata as an asset
|
2015-05-10 18:19:34 -04:00 |
|
Paul Handly
|
da5bc18d64
|
Add Unity3D Metadata files as generated
|
2015-05-10 18:19:33 -04:00 |
|
Paul Chaignon
|
0c2aeae00d
|
.inc extension for PHP, Pascal, Assembly, SQL, C++, HTML and SourcePawn
|
2015-05-10 20:36:41 +02:00 |
|
Paul Handly
|
f2af2156fa
|
Add language for Unity3D Asset files
|
2015-05-09 14:15:59 -04:00 |
|
Ilya Antipenko
|
dc22b0f869
|
Change PHP group to HTML for TWIG
|
2015-05-06 20:41:37 +03:00 |
|
Arfon Smith
|
dbe851726e
|
Merge pull request #2368 from m-click/geography-markup-language
Add languages.yml entry and sample files for OGC Geography Markup Language (#2366)
|
2015-05-05 08:18:37 -05:00 |
|
Paul Chaignon
|
a4f187efd2
|
Merge branch 'master' into vhost-nginx
|
2015-05-04 21:58:22 +02:00 |
|
Paul Chaignon
|
b6ee02f313
|
Merge branch 'master' into mod-extension
|
2015-05-04 21:44:23 +02:00 |
|
Arfon Smith
|
459b1034a7
|
Merge pull request #2363 from danielgtaylor/master
Add support for API Blueprint
|
2015-05-04 09:47:11 -05:00 |
|
Volker Grabsch
|
c94c908d5d
|
Add languages.yml entry and sample files for OGC Geography Markup Language (#2366)
|
2015-05-03 19:15:54 +02:00 |
|
Mike Doud
|
1fdcafb1ae
|
Update languages.yml
|
2015-05-01 11:28:11 -07:00 |
|
Andrew Pennebaker
|
3b2ddb1a18
|
classify DNS zone as a data format
|
2015-05-01 11:25:16 -05:00 |
|
Mike Doud
|
4ae6455e0e
|
Update languages.yml
|
2015-04-30 15:25:04 -07:00 |
|
Mike Doud
|
f393ea307d
|
Add 'HyPhy Batch Language'
|
2015-04-30 15:14:53 -07:00 |
|
Andrew Pennebaker
|
1e20b12241
|
zone: add ace_mode
|
2015-04-30 15:40:44 -05:00 |
|
Andrew Pennebaker
|
81c41df15c
|
zone: add tm_scope
|
2015-04-30 15:39:32 -05:00 |
|
Andrew Pennebaker
|
8b736189e0
|
better name for DNS zone
|
2015-04-30 15:34:43 -05:00 |
|
Andrew Pennebaker
|
5730ab28ab
|
list zone in languages.yml
|
2015-04-30 15:23:31 -05:00 |
|
Daniel G. Taylor
|
828fc7a19b
|
Add support for API Blueprint
This adds a grammar and samples for [API Blueprint][] based on the
[Sublime Text plugin][] from Apiary. The [Atom language][] is also based
on the Sublime plugin.
API Blueprint is now used in over [3,600 repositories][] on GitHub and has
[several][Aglio] [open source][Dredd] [tools][Drakov] available.
Here's an [example using Lightshow][Lightshow] to highlight a small API.
[3,600 repositories]: https://github.com/search?utf8=%E2%9C%93&q=FORMAT+1A+extension%3Aapib+extension%3Amd&type=Code&ref=advsearch&l=
[Aglio]: https://github.com/danielgtaylor/aglio
[API Blueprint]: https://apiblueprint.org/
[Drakov]: https://www.npmjs.com/package/drakov
[Atom language]: https://github.com/danielgtaylor/atom-language-api-blueprint
[Dredd]: https://github.com/apiaryio/dredd
[Lightshow]: https://github-lightshow.herokuapp.com/?utf8=%E2%9C%93&scope=from-url&grammar_url=https%3A%2F%2Fgithub.com%2Fapiaryio%2Fapi-blueprint-sublime-plugin%2Fblob%2Fmaster%2FAPIBlueprint.tmLanguage&grammar_text=&code_source=from-url&code_url=https%3A%2F%2Fraw.githubusercontent.com%2Fapiaryio%2Fapi-blueprint%2Fmaster%2Fexamples%2F12.%2520Advanced%2520Action.md&code=
[Sublime Text plugin]: https://github.com/apiaryio/api-blueprint-sublime-plugin
|
2015-04-28 22:21:30 -07:00 |
|
Paul Chaignon
|
fc1f8083ad
|
Heuristic rules for XML and Modula-2
|
2015-04-25 23:36:15 +02:00 |
|
Paul Chaignon
|
af5e799a45
|
Merge branch 'master' into mod-extension
|
2015-04-22 21:14:24 +02:00 |
|
Arfon Smith
|
accf734a74
|
Merge pull request #2346 from larsbrinkhoff/public-key
Add support for SSH2 and OpenSSH public keys
|
2015-04-21 08:22:05 -05:00 |
|
Lars Brinkhoff
|
e018b4322e
|
Improve .asc heuristic for Public Key.
|
2015-04-21 10:10:27 +02:00 |
|
Lars Brinkhoff
|
164caa2755
|
Add 'Linker Script' language.
|
2015-04-21 07:17:08 +02:00 |
|
Arfon Smith
|
ec2f0cb82a
|
Merge pull request #2335 from DavidJFelix/patch-1
Change Salt to programming per #2307
|
2015-04-20 16:57:15 -05:00 |
|
David J. Felix
|
604918b6ad
|
Add python-logo grey color to SaltStack config
|
2015-04-20 12:29:09 -04:00 |
|
David J. Felix
|
eb7e72a4a9
|
Change Salt to programming per #2307
- Remove group
|
2015-04-19 18:24:27 +00:00 |
|
Paul Chaignon
|
e073e91d62
|
Detect GFortran module files as generated
|
2015-04-19 16:56:38 +02:00 |
|
Paul Chaignon
|
da9bda0e27
|
Detect KiCAD module files as generated
|
2015-04-19 16:19:52 +02:00 |
|
Paul Chaignon
|
0e996e4bb7
|
Grammar for Modula-2 from Sublime Text package
|
2015-04-19 12:41:41 +02:00 |
|
Paul Chaignon
|
63fbbd6e0a
|
.mod file extension for AMPL, Linux Kernel Module, Modula-2 and XML
|
2015-04-19 12:39:21 +02:00 |
|
Brandon Keepers
|
8a42f76f03
|
Remove .script! hack
|
2015-04-17 14:09:05 +12:00 |
|
vitaut
|
9da42fba5b
|
Improve NL/NewLisp disambiguation heuristic
NL files start with either 'b' or 'g' followed by an unsigned integer.
|
2015-04-16 15:19:22 -07:00 |
|
Lars Brinkhoff
|
33478b2d23
|
Make Common Lisp heuristic case insensitive.
|
2015-04-11 19:58:02 +02:00 |
|
Arfon Smith
|
6b2bb52dcd
|
Merge branch 'master' into specflow
|
2015-04-10 20:07:43 -05:00 |
|
Arfon Smith
|
03e40718ff
|
Bringing languages.yml keys up to date
|
2015-04-10 15:47:37 -05:00 |
|
Arfon Smith
|
4386fb7f28
|
Merge branch 'master' into dcl
|
2015-04-10 15:41:04 -05:00 |
|
Arfon Smith
|
e9acecf71f
|
Colour update
|
2015-04-10 15:15:03 -05:00 |
|
Arfon Smith
|
76b84decfe
|
Removing .inc from Clarion
|
2015-04-10 15:09:00 -05:00 |
|
Arfon Smith
|
80148ae4e4
|
Merge branch 'master' into clarion
|
2015-04-10 15:06:33 -05:00 |
|
Arfon Smith
|
4af679c27f
|
Merge pull request #2324 from pchaigno/batch-group
Remove Batch from Shell group
|
2015-04-10 14:29:10 -05:00 |
|
Arfon Smith
|
ba86d9fff0
|
Merge pull request #2266 from Dorian/patch-1
Add .ruby to the list of ruby file extensions
|
2015-04-10 14:15:42 -05:00 |
|
Gerwin Klein
|
8251588088
|
choose more distinct color for JFlex
|
2015-04-10 21:16:32 +10:00 |
|