Commit Graph

268 Commits

Author SHA1 Message Date
Jonas Rosling 8a6e01676a colors :) 2012-07-24 21:50:03 +01:00
Jonas Rosling 02b793c0ca fixed broken records and broken ints 2012-07-24 21:05:52 +01:00
cn 465900fefa puppet: add some keywords and disallow uppercase in identifiers 2012-07-23 00:38:17 +02:00
Jonas Rosling 9fd5e67846 fixed some obvious missing cases 2012-07-22 22:52:55 +01:00
Jonas Rosling 04af9f47b3 added highlighting for standard errors 2012-07-22 22:40:56 +01:00
Jonas Rosling 4b7c0974b2 added syntax support for nested records 2012-07-22 22:29:00 +01:00
Jonas Rosling 1ec739d9b1 added some more atributes 2012-07-22 20:48:49 +01:00
Jonas Rosling 9ac5df5876 fixed broken ints 2012-07-22 20:41:03 +01:00
Jonas Rosling 24e6e2976b added $ syntax and fixed a nicer implementation of attributes 2012-07-22 18:20:12 +01:00
Jonas Rosling 8d1c55bdda added "some" bifs and guards to highlighting 2012-07-22 15:43:24 +01:00
Jonas Rosling 360f00e6b6 color 2012-07-21 15:30:42 +01:00
Jonas Rosling e2f5d2e46f Merge branch 'master' of github.com:raev/joe-syntax 2012-07-21 09:52:03 +01:00
Jonas Rosling 84172bd115 Merge branch 'master' of git://github.com/cmur2/joe-syntax 2012-07-21 09:50:56 +01:00
Raev 51459bdec8 Bit nicer color 2012-07-21 10:38:16 +02:00
cn 4556588a71 Ruby: global variables ma start with a digit 2012-07-20 12:04:07 +02:00
Jonas Rosling 8c85cc7fd8 changed color of record attributes 2012-07-10 16:32:40 +02:00
Jonas Rosling 3b64e52d7c . 2012-07-10 15:27:35 +02:00
Jonas Rosling a7f19c4144 . 2012-07-10 14:52:55 +02:00
Jonas Rosling e797879412 added some support for edoc 2012-07-10 14:49:42 +02:00
Jonas Rosling 685fcbb268 improved the md a bit 2012-07-09 15:53:52 +02:00
cn 4a1824f217 Erlang: allow spaces after attribute name 2012-07-09 11:42:12 +02:00
cn 56d8b4f7c6 Merge branch 'master' of https://github.com/raev/joe-syntax 2012-07-09 11:23:49 +02:00
cn e5c7b6bc0c Puppet: add all builtin functions 2012-07-09 11:19:37 +02:00
Jonas Rosling 34dab5175d blooper 2012-07-09 09:58:39 +02:00
Jonas Rosling 048ce948bf fixed some merge errors 2012-07-09 09:56:45 +02:00
Jonas Rosling 79ecabc243 beautification and consistency fix 2012-07-09 09:49:38 +02:00
cn b5a46a6cb9 iptables: highlight important options and numbers 2012-07-08 21:54:05 +02:00
cn a1886c8c18 Erlang: allow keywords to be followed by a ( without being lit as function name
A new rule skips whitespace after any non-keyword atom to search for a ( and highlights
the current buffer as function name when found.
2012-07-08 14:09:58 +02:00
cn b92c346681 Add ip(6)tables syntax highlighter for iptables-save output 2012-07-08 14:00:12 +02:00
cn ed8da20dbc Puppet: add Type regocnition 2012-07-07 16:02:42 +02:00
cn 79b4a7df86 Add puppet support 2012-07-07 14:44:42 +02:00
Jonas Rosling f9a81e3be9 hot fix to strings 2012-07-04 09:11:12 +02:00
Jonas Rosling 18cc060584 added a comment and changed name of String_mod to String_format 2012-07-04 09:02:37 +02:00
cn 9b75b9cc05 Merge branch 'master' of https://github.com/raev/joe-syntax 2012-07-03 17:16:10 +02:00
Jonas Rosling ea126cdf41 pimped the sempi broken strings 2012-07-03 16:03:34 +02:00
Jonas Rosling 926741ff07 pimped the sempi broken strings 2012-07-03 16:02:37 +02:00
Jonas Rosling 8b330c3706 fixed merge 2012-07-03 14:50:25 +02:00
Jonas Rosling b82ed14da9 fixed the strings 2012-07-03 14:48:49 +02:00
Christian Nicolai cfa4803171 Merge pull request #3 from raev/master
erlang update
2012-07-03 04:42:02 -07:00
Jonas Rosling 0f23530579 nicer erlang syntax highlighting 2012-07-02 16:47:30 +02:00
cn 2117fef937 Add .jnlp as syntax xml 2012-05-13 12:40:07 +02:00
cn 909d325468 Call js.js(php) instead of js.js(html) when using html(php)
Mostly copied from css(php),
2012-05-13 01:38:13 +02:00
cn f17483d34f Move <script> Javascript highlighting from java.java(script) to js.js(html) 2012-05-13 01:05:48 +02:00
cn 370e61b5b2 PHP: Fix end " or ' hilite after variable substitution 2012-04-10 13:55:20 +02:00
cn ef99b6b10c Ruby: disable mechanism to find |proc_arg| because of buggy site effects
It is nearly impossible to detect |proc_arg| and to distinguish it from e.g. a | b | c
as an expression - currently the proc_arg hiliter assumes that there are no spaces around
the proc_arg which is too narrow. Yesterday I encountered a buggy site effect that |i1| the
1 is hilited like a number... so I should disable this feature which is currently not enabled
by default completely.
2012-03-31 20:43:37 +02:00
cn 55d1d3bf83 Merge branch 'master' of github.com:cmur2/joe-syntax 2012-02-25 15:38:36 +01:00
cn 4e08288c38 Add recognition of files starting with <?xml as xml syntax 2012-02-25 15:38:12 +01:00
cn 605b0c088e ruby: accept %W (same as %w) strings, too 2012-01-19 12:04:13 +01:00
cn dead2a7d3c ftyperc: wordwrap is nice, sometimes. 2011-11-27 11:07:46 +01:00
cn 341a5f0dc8 TeX: add recognition of \verb+foo+ commands
The delimiter after \verb may vary, highlighting it is supported through
delim buffer of JOE.
2011-11-22 10:13:36 +01:00