1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-06-02 06:34:41 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
Andrew Lisin
0e3128edd7 Fix close bracket after function arity 2015-01-08 21:47:20 +06:00
Jonas Rosling
9fefb17578 Itroduced handeling of Macros, function arety, keywords <- and ||,
quoted function and module names and added -mode to attributes
2012-08-01 22:39:46 +01:00
Jonas Rosling
0499d90273 added types to highlighting 2012-07-24 22:12:33 +01:00
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
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
Raev
51459bdec8 Bit nicer color 2012-07-21 10:38:16 +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
cn
4a1824f217 Erlang: allow spaces after attribute name 2012-07-09 11:42:12 +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
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
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
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
b82ed14da9 fixed the strings 2012-07-03 14:48:49 +02:00
cn
b36fa82909 New highlighter for Erlang
This is a first version featuring most of the important syntax elements
as comments, keywords, atoms and variables etc.

Btw fixed prolog parsed to behave like the erlang one when highlighting
atoms and variables.
2011-10-30 20:33:38 +01:00