536587cc1e
scheme: highlight symbols differently
2015-05-02 21:03:17 +02:00
d4b0fdc63d
Add scheme
2015-05-01 23:32:18 +02:00
e5589b1db4
Fix number parsing in json
2015-04-25 20:41:50 +02:00
e41af15e95
asterisk: lower the strictness on section_post content
2015-03-12 14:31:41 +01:00
34bd559a6e
asterisk: color substitutions and allow changing color for => separately
2015-03-11 23:04:03 +01:00
ed71cbcfca
Add asterisk highlighter (INI style + weird additions)
2015-03-11 22:41:05 +01:00
f908b59be1
ini: allow comments separated by tabs after key-value pair
2015-03-11 22:25:34 +01:00
0336acd237
Fix license status of JOE
2015-03-10 15:11:10 +01:00
1df5416aaa
Contributions documented as "GPL v2 or any later version"
2015-03-10 15:09:18 +01:00
cd34723d3e
Fix license statements regarding later versions
2015-03-10 12:00:08 +01:00
ffdede2702
Mention ne in links section
2015-03-10 11:56:05 +01:00
59d11234c1
GPL v2 and ISC dual-licensed json.jsf and js.jsf
2015-03-03 14:12:31 +01:00
0e45772d2c
Fix typo
2015-03-03 13:37:57 +01:00
467ebbab8a
Fix typos and ugly line breaks
2015-03-03 13:33:49 +01:00
570e844d01
Oskar agreed on GPL v2 (or later) for powershell.jsf
2015-03-03 13:29:38 +01:00
Christian Nicolai
c0a0dab490
Merge pull request #22 from teoric/patch-1
...
Mention option of local installation
2015-03-03 13:29:15 +01:00
Christian Nicolai
885b52b194
Merge pull request #21 from iarna/fix-json-empty-wspace
...
Fix json support to handle empty objects/arrays w/ whitespace inside
2015-03-01 00:57:08 +01:00
teoric
d24d5f18ec
Mention option of local installation
...
(works at least for me on joe 3.7, Mac OS X)
2015-02-25 13:45:25 +01:00
Rebecca Turner
c7ed3daa91
Fix json support to handle empty objects/arrays w/ whitespace inside
2015-02-19 21:32:25 -05:00
Christian Nicolai
2003c3b5f5
Update README
2015-02-18 19:51:17 +01:00
Christian Nicolai
e1bf6214e7
Fix erlang.jsf link
2015-02-18 19:49:35 +01:00
Christian Nicolai
255766b9b5
Merge pull request #20 from avli/elixir-syntax-improvements-rc2
...
Improve Elixir highlighting
2015-01-23 23:39:26 +01:00
Andrew Lisin
94698a1568
Improve Elixir highlighting
...
Changes:
- fix atoms with underscores highlighting
- distinct docstrings and attributes
- proper tests highlighting
- jsf file now has TODO section
- disable linums option in ftyperc (it's always
disabled for other modes)
2015-01-22 22:57:40 +06:00
Christian Nicolai
319a6ebeee
Merge pull request #19 from avli/erlang-syntax-fix
...
Fix close bracket after function arity
2015-01-09 15:44:37 +01:00
a576b31361
Add info about elixir.jsf
2015-01-08 18:20:23 +01:00
Andrew Lisin
0e3128edd7
Fix close bracket after function arity
2015-01-08 21:47:20 +06:00
Christian Nicolai
5e03e376fc
Merge pull request #18 from avli/elixir-syntax-rc
...
Add Elixir syntax highlighting
Author provided this new file under GPLv2 as stated here: https://github.com/cmur2/joe-syntax/pull/18#issuecomment-69193456
2015-01-08 16:24:52 +01:00
Andrew Lisin
cb818c68e5
Add Elixir syntax highlighting
2015-01-08 18:00:26 +06:00
9ac671740d
Add missing info about lsl.jsf
2014-12-18 22:56:00 +01:00
b75fecb1bf
Update license info and clarify my license statement
2014-12-18 22:19:58 +01:00
Christian Nicolai
1dce8c05fa
Merge pull request #17 from iarna/js-shebang
...
Add support for shebangs at the start of javascript files
2014-11-17 21:59:38 +01:00
Rebecca Turner
46f8bb40ed
Add support for shebangs at the start of javascript files
2014-11-17 15:09:50 -05:00
3b413c90d7
Fix Python decorators highlighting
...
As per PR https://github.com/cmur2/joe-syntax/pull/16 from @avli it does:
This fixes highlighting of the decorators with arguments. For example, the following code highlighting was broken:
```python
@first
@second("arg1", "arg2")
def my_fun():
pass
```
2014-11-11 09:39:35 +01:00
Christian Nicolai
0406fcbb47
Merge pull request #15 from iarna/js-regex-charclasses
...
Improve javascript regex character class handling
2014-10-08 11:31:34 +02:00
Rebecca Turner
53e18cacf9
Add support for regex charclasses and thus / in charclasses
2014-10-08 05:19:13 -04:00
Christian Nicolai
4d028bc5a2
Merge pull request #14 from iarna/new-json
...
A new strict JSON highlighter
2014-10-08 11:17:38 +02:00
Rebecca Turner
84b25a9a05
Add a new strict JSON highlighter
2014-10-08 04:41:25 -04:00
Christian Nicolai
8fdee52d35
Merge pull request #13 from iarna/rewrite-js-highlighter
...
Rewrite JavaScript syntax highlighting
2014-09-13 22:20:37 +02:00
Rebecca Turner
1b0ad96dd8
Make columns/whitespace consistent
2014-09-13 12:38:41 -07:00
Rebecca Turner
f763acaaf6
Rewrite JavaScript syntax highlighting
2014-09-12 13:59:53 -07:00
8340b64b22
Merge pull request #12 from iarna/improve-javascript
...
Improve javascript
2014-08-29 23:46:08 +02:00
092bb336f4
Merge pull request #9 from iarna/lsl-support
...
Add LSL support from Zai Lynch
2014-08-29 23:44:00 +02:00
b6fd8994b0
Merge pull request #10 from iarna/sql-support
...
Add SQL support, unknown source
2014-08-29 23:43:28 +02:00
873f1b650e
Merge pull request #11 from iarna/improve-perl-detection
...
Improve Perl detection
2014-08-29 23:43:05 +02:00
Rebecca Turner
a7db2eb736
Add Node.js globals, quasi-keywords and export highlighting
2014-08-29 16:50:14 -04:00
Rebecca Turner
585f123837
Update JavaScript keywords list to ES5, add globals
2014-08-29 16:47:56 -04:00
Rebecca Turner
a339a44893
Improve Perl detection
2014-08-29 16:36:43 -04:00
Rebecca Turner
dad235ca39
Add SQL support, unknown source
2014-08-29 16:35:39 -04:00
Rebecca Turner
0cd474e7d3
Add LSL support from Zai Lynch
...
Author copyright statement:
Linden Scripting Language (LSL) highlighter for JOE
by Zai Lynch - https://wiki.secondlife.com/wiki/User:Zai_Lynch
is a modification of the PASCAL highlighter by Michael Van Canneyt
Last update: March 26th 2009
Since JOE is released under GPL 1, this file is also released as GPL 1
2014-08-29 16:34:08 -04:00
a5577fbdd7
Add simple git COMMIT_EDITMSG highlighting
2014-06-14 09:32:57 +02:00