61 Commits
Author SHA1 Message Date
cn a36ac58939 ftyperc: recognize systemd unit files as INI 2022-03-02 22:50:11 +01:00
cn 56986eac15 asciidoc: add syntax supporting basic features
- supports bold, italic (via underline due to Terminal limitations), hyperlinks, headlines, lists
2022-01-23 01:37:24 +01:00
cn c4e7130651 ftyperc: add Vagrantfile as Ruby syntax 2022-01-21 20:38:47 +01:00
cn b16c94e273 ftyperc: recognize .star as 'python'
- for the https://github.com/bazelbuild/starlark language which is very similar
2021-06-25 11:34:36 +02:00
cn bde409c30f makefile: allow / character in target names 2018-12-16 17:20:06 +01:00
cn 0c4c7e63f3 misc: convert absolute links to relative ones 2018-12-12 19:17:59 +01:00
cn b54f55cff1 md: add backtick support (port)
This takes md.jsf from JOE 4.4 and applies 6b2a3be746 ontop.
2018-12-12 19:13:12 +01:00
cn a7bc6e4b0b ftyperc: make .bashrc as 'sh' not 'conf'
The *rc -> 'conf' detection should be done very first cause of it's
universality to allow other definitions to overwrite it.
2017-10-06 11:43:16 +02:00
cn e165ff2024 Update for JOE 4.4
- remove syntax files merged by upstream
- use ftyperc from JOE 4.4, add new syntax files
2017-10-04 15:39:30 +02:00
cn e9ca75bd63 misc: move auxillary files into subdirectory 2017-10-04 13:29:07 +02:00
cn 5c8944fc51 makefile: allow more characters in target names 2017-10-03 22:14:51 +02:00
cn 486ac0ec28 json: backport https://sourceforge.net/p/joe-editor/mercurial/ci/0973806c2a488db88575f7b945bd341ba12dd28c/ 2017-09-19 19:55:54 +02:00
cn a1f9804033 Update README 2017-08-04 16:08:43 +02:00
cn e959814c5c yaml: handle line comments in lists correctly
Brought up by https://github.com/cmur2/joe-syntax/pull/27
2017-08-04 14:32:04 +02:00
cn a0f5e7085e Add terraform keywords and .tfvars file extension 2017-05-13 16:57:39 +02:00
cn 854a1893eb Improve makefile highlighter 2017-04-26 10:48:14 +02:00
cn 4d940dd75a Fix bug in Makefiles 2017-04-20 16:52:32 +02:00
cn edbac0309d Add terraform functions 2017-04-19 08:55:03 +02:00
cn 1c43114a71 Add draft Makefile highlighter 2017-04-18 21:18:38 +02:00
cn c1a644af8b Fix highlighting of comments not starting at beginning of line in Dockerfile 2017-04-12 13:45:39 +02:00
cn 4a2f8009f2 New highligher for Terraform
- primitives like bool, number and string
- basic interpolation syntax support
- some keywords
2017-04-10 12:53:50 +02:00
cn a3c24a4c8c New highligher for Dockerfile
Very simple parser only recognizing comments and the COMMAND at beginning of a line.
2017-02-04 23:41:34 +01:00
cn 47a1b1a1f0 Document yaml.jsf contributions 2017-02-04 23:40:52 +01:00
cn 536587cc1e scheme: highlight symbols differently 2015-05-02 21:03:17 +02:00
cn d4b0fdc63d Add scheme 2015-05-01 23:32:18 +02:00
cn e5589b1db4 Fix number parsing in json 2015-04-25 20:41:50 +02:00
cn e41af15e95 asterisk: lower the strictness on section_post content 2015-03-12 14:31:41 +01:00
cn 34bd559a6e asterisk: color substitutions and allow changing color for => separately 2015-03-11 23:04:03 +01:00
cn ed71cbcfca Add asterisk highlighter (INI style + weird additions) 2015-03-11 22:41:05 +01:00
cn f908b59be1 ini: allow comments separated by tabs after key-value pair 2015-03-11 22:25:34 +01:00
cn 0336acd237 Fix license status of JOE 2015-03-10 15:11:10 +01:00
cn 1df5416aaa Contributions documented as "GPL v2 or any later version" 2015-03-10 15:09:18 +01:00
cn cd34723d3e Fix license statements regarding later versions 2015-03-10 12:00:08 +01:00
cn ffdede2702 Mention ne in links section 2015-03-10 11:56:05 +01:00
cn 59d11234c1 GPL v2 and ISC dual-licensed json.jsf and js.jsf 2015-03-03 14:12:31 +01:00
cn 0e45772d2c Fix typo 2015-03-03 13:37:57 +01:00
cn 467ebbab8a Fix typos and ugly line breaks 2015-03-03 13:33:49 +01:00
cn 570e844d01 Oskar agreed on GPL v2 (or later) for powershell.jsf 2015-03-03 13:29:38 +01:00
cn a576b31361 Add info about elixir.jsf 2015-01-08 18:20:23 +01:00
cn 9ac671740d Add missing info about lsl.jsf 2014-12-18 22:56:00 +01:00
cn b75fecb1bf Update license info and clarify my license statement 2014-12-18 22:19:58 +01:00
cn 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
cn 8340b64b22 Merge pull request #12 from iarna/improve-javascript
Improve javascript
2014-08-29 23:46:08 +02:00
cn 092bb336f4 Merge pull request #9 from iarna/lsl-support
Add LSL support from Zai Lynch
2014-08-29 23:44:00 +02:00
cn b6fd8994b0 Merge pull request #10 from iarna/sql-support
Add SQL support, unknown source
2014-08-29 23:43:28 +02:00
cn 873f1b650e Merge pull request #11 from iarna/improve-perl-detection
Improve Perl detection
2014-08-29 23:43:05 +02:00
cn a5577fbdd7 Add simple git COMMIT_EDITMSG highlighting 2014-06-14 09:32:57 +02:00
cn 323b32967c Merge pull request #7 from eeisenhart/master
Allow mixed-case (camelCase) variable and class names
2014-05-08 09:44:48 +02:00
cn 19cccbd6fc markdown: add link and rule highlight 2014-03-01 21:59:59 +01:00
cn 7d47af3ed6 markdown: add proper highlighting for some headers, code and quote blocks 2014-03-01 17:11:06 +01:00
cn 7a2560c662 markdown: end if we reach newline during bold 2014-03-01 16:50:49 +01:00
cn f522adf394 Merge pull request #5 from osklil/master
Add PowerShell syntax highlighting
2014-02-11 21:56:06 +01:00
cn 724c2f7446 Add f90 as fortran 2013-12-01 23:47:20 +01:00
cn f4bca2cb33 Update README 2013-06-28 20:21:06 +02:00
cn 73fb5fd3b8 Update license info 2013-06-28 20:19:41 +02:00
cn a2248b18bb Highlight module usage in iptables 2013-06-22 21:54:42 +02:00
cn 9a749a932f Make iptables nicer, internally 2013-06-21 20:26:18 +02:00
cn 27a278ff84 Fix iptables for -N chain_name command without following instructions on that line 2013-06-21 20:22:28 +02:00
cn efd4d62934 Recog Guardfile 2013-05-12 12:13:12 +02:00
cn 5ff8e7f5f0 Remove load 2013-04-27 14:01:06 +02:00
cn fff2f649b6 Add JSON 2013-04-24 23:07:29 +02:00