Lars Brinkhoff
|
02ae60f434
|
Samples for RenderScript and Filterscript.
All files are from The Android Open Source Project; license APL 2.0.
|
2015-03-28 12:34:20 +01:00 |
|
Lars Brinkhoff
|
03dc4e1ff4
|
Add RenderScript and Filterscript.
|
2015-03-28 12:34:20 +01:00 |
|
Arfon Smith
|
c39b42abba
|
Merge pull request #2075 from philix/patch-1
Add cpplint.py to vendor.yml
|
2015-03-27 11:02:36 -07:00 |
|
Arfon Smith
|
661972f585
|
Merge pull request #2275 from github/bump-escape-utils
Bump escape-utils to 1.1.0
|
2015-03-27 09:25:29 -07:00 |
|
Arfon Smith
|
078aff6ee3
|
Merge pull request #2276 from MakeNowJust/patch-1
Fix ada aliases
|
2015-03-27 09:24:31 -07:00 |
|
Arfon Smith
|
4fed108b2c
|
Merge pull request #2279 from joewiz/patch-1
Add .odd to XML extensions
|
2015-03-26 11:21:47 -07:00 |
|
Joe Wicentowski
|
fc9beb58aa
|
Add sample TEI ODD file (.odd)
|
2015-03-26 14:00:17 -04:00 |
|
Joe Wicentowski
|
4623b4a83e
|
Add .odd to XML extensions
See discussion at #2238.
[ODD](http://en.wikipedia.org/wiki/Text_Encoding_Initiative#ODD) is an XML-based vocabulary for defining schemas for Text Encoding Initiative (TEI) projects, used widely in the humanities. ODD should be rendered using XML syntax but is currently displayed as plain text (see [this example](https://github.com/wolfgangmm/tei-simple-pm/blob/master/odd/teisimple.odd)). There are [nearly 500 ODD files](https://github.com/search?q=extension%3Aodd+NOT+djfhdirijdskqdhd&type=Code&utf8=%E2%9C%93) in GitHub, and this number is projected to grow.
|
2015-03-26 13:18:49 -04:00 |
|
TSUYUSATO Kitsune
|
2ba6ecefe5
|
Fix ada aliases
|
2015-03-26 12:08:46 +09:00 |
|
Garen Torikian
|
91c2a4682d
|
Merge pull request #2274 from csimons/master
intro.wisp: Fixed typographical error ('rather then' -> 'rather than').
|
2015-03-25 13:24:10 -07:00 |
|
Patrick Toomey
|
738be195ef
|
Bump escape-utils to 1.1.0
|
2015-03-25 14:18:46 -06:00 |
|
Christopher L. Simons
|
5dcc4d74ec
|
intro.wisp: Fixed typographical error ('rather then' -> 'rather than').
|
2015-03-25 14:35:16 -04:00 |
|
Arfon Smith
|
4213bec62a
|
Merge pull request #2272 from lpil/master
Elixir: Add mix.lock filename
|
2015-03-25 09:04:07 -05:00 |
|
Louis Pilfold
|
babe733bf4
|
Elixir: Add mix.lock filename
|
2015-03-25 13:52:52 +00:00 |
|
Arfon Smith
|
ab5f60555e
|
Merge pull request #2270 from larsbrinkhoff/ocaml
Add interpreters for OCaml.
|
2015-03-25 08:39:49 -05:00 |
|
Lars Brinkhoff
|
b61e33a49e
|
Add interpreters for OCaml.
|
2015-03-25 08:11:40 +01:00 |
|
Arfon Smith
|
a0d5a8338b
|
Merge pull request #2269 from stuartpb/patch-2
Use #000080 for Lua color
|
2015-03-24 19:24:34 -05:00 |
|
Arfon Smith
|
eec321f013
|
Merge pull request #2265 from github/cut-release-v4.5.3
Bumping to v4.5.3
|
2015-03-24 19:08:59 -05:00 |
|
Stuart P. Bentley
|
e538f72b63
|
Use #000080 for Lua color
This is the color of the official Lua logo, as seen at http://www.lua.org/images/
|
2015-03-24 14:34:13 -07:00 |
|
Arfon Smith
|
44c3d47b30
|
Bumping to v4.5.3
|
2015-03-24 12:33:35 -05:00 |
|
Arfon Smith
|
f1d3f396bb
|
Merge pull request #2264 from github/grammar-update
Updating grammars
v4.5.3
|
2015-03-24 12:28:29 -05:00 |
|
Arfon Smith
|
65ae444791
|
Updating grammars
|
2015-03-24 12:26:40 -05:00 |
|
Arfon Smith
|
e9916c644d
|
Merge pull request #2263 from github/NetLinx
Net linx
|
2015-03-24 12:09:15 -05:00 |
|
Arfon Smith
|
1940a9ea92
|
Merge branch 'master' into NetLinx
|
2015-03-24 11:41:26 -05:00 |
|
Arfon Smith
|
c9f8a2677a
|
Merge pull request #2261 from ntkme/storyboard-xib-xml
.storyboard and .xib as XML
|
2015-03-24 11:38:39 -05:00 |
|
Arfon Smith
|
5b6b3f74b5
|
Merge pull request #2262 from drautb/master
Fix categorization for Racket shell scripts.
|
2015-03-24 11:38:21 -05:00 |
|
Vicent Marti
|
f9ccac4240
|
Merge pull request #2259 from github/bump-rugged
Bump rugged to latest release
|
2015-03-24 08:36:52 -07:00 |
|
Ben Draut
|
aa7aae7808
|
Fix categorization for Racket shell scripts.
The current implementation categorizes shell scripts written in Racket
as Scheme, which is incorrect.
For example:
```racket
\#!/usr/bin/env racket
\#lang racket
"Hello World!"
```
This should be categorized as Racket, not Scheme. [This file][1]
demonstrates the problem in an existing repository.
[1]: https://github.com/drautb/sketchbook/blob/master/racket/sublime-project-generator/generate-sublime-project.rkt
|
2015-03-24 08:22:00 -06:00 |
|
なつき
|
7c66301583
|
.storyboard and .xib as XML
|
2015-03-24 01:58:55 -07:00 |
|
Andy Delcambre
|
7df872eb7f
|
Bump rugged to latest release
|
2015-03-23 14:33:03 -06:00 |
|
Arfon Smith
|
6a4f4c724c
|
Merge pull request #2253 from larsbrinkhoff/dtrace-script-mode
Fix Emacs modeline in DTrace sample.
|
2015-03-23 15:30:03 -05:00 |
|
Lars Brinkhoff
|
76828c45c7
|
Fix Emacs modeline in DTrace sample.
Apparently, the DTrace mode for Emacs is called dtrace-script:
https://github.com/dotemacs/dtrace-script-mode
|
2015-03-23 19:43:32 +01:00 |
|
Arfon Smith
|
27215f148b
|
Merge pull request #2257 from Oldes/rebol_grammar_scope
Adding tm_scope for REBOL language and removing REBOL from LICENSE_WHITE...
|
2015-03-23 11:30:48 -05:00 |
|
Arfon Smith
|
77d52463ad
|
Merge pull request #2256 from Oldes/red_grammar
Added grammar submodule for Red language
|
2015-03-23 11:30:06 -05:00 |
|
Oldes
|
0f6c2afbf6
|
Sublime-REBOL submodule updated.
|
2015-03-23 15:58:01 +01:00 |
|
Oldes
|
cbaa3ca6f4
|
Adding tm_scope for REBOL language and removing REBOL from LICENSE_WHITELIST as now is license available in the Sublime-REBOL project.
|
2015-03-23 11:38:07 +01:00 |
|
Oldes
|
63f54bdf06
|
Added grammar submodule for Red language
|
2015-03-23 10:43:39 +01:00 |
|
Alex McLain
|
b302863a4d
|
Added additional sample files.
|
2015-03-21 20:22:46 -07:00 |
|
Alex McLain
|
ec46b1a92e
|
Added NetLinx language.
|
2015-03-21 18:58:09 -07:00 |
|
Arfon Smith
|
ed65040539
|
Merge pull request #2250 from shaneog/patch-2
Add Neovim config file names to VimL language
|
2015-03-21 16:56:00 -05:00 |
|
Arfon Smith
|
cc1a420bc5
|
Merge pull request #2254 from shaunlebron/master
add .boot to clojure extensions
|
2015-03-21 16:54:20 -05:00 |
|
Shaun Williams
|
8555b20380
|
add .boot Clojure sample
|
2015-03-21 12:02:20 -05:00 |
|
Shaun Williams
|
6462ba70f9
|
put .boot after primary .clj extension
|
2015-03-21 11:48:52 -05:00 |
|
Shaun Williams
|
1ac43e0d7d
|
reorder .boot to be in order
|
2015-03-21 11:32:29 -05:00 |
|
Shaun Williams
|
6ac51968c6
|
add .boot to clojure extensions
|
2015-03-21 11:20:48 -05:00 |
|
Shane O'Grady
|
cbcadf8e45
|
Add Neovim config file names to VimL language
Neovim uses configuration files named `.nvimrc` rather than `.vimrc`
See this PR for details neovim/neovim#330
|
2015-03-21 09:53:21 -03:00 |
|
Arfon Smith
|
74b111501d
|
Merge pull request #2213 from ntkme/source-map
Detect generated source maps
|
2015-03-20 09:26:40 -05:00 |
|
なつき
|
67e4212f64
|
Test detecting generated source maps
|
2015-03-19 19:50:40 -07:00 |
|
Arfon Smith
|
55559a1020
|
Merge pull request #2246 from ampl/nl
Add a heuristic to disambiguate between NL and NewLisp
|
2015-03-19 20:26:56 -05:00 |
|
なつき
|
b103232e0e
|
Detect generated source maps
|
2015-03-19 17:38:59 -07:00 |
|