Commit Graph

52 Commits

Author SHA1 Message Date
Tom Hacohen d3d028da20 Update according to eolian changes. 2019-10-01 17:40:12 +03:00
Tom Hacohen c2ebd6aae1 eolian: update vim synatx file based on recent eolian changes. 2019-08-28 15:32:57 +01:00
Tom Hacohen 8779a31d4a Eolian: update according to eolian changes and fix implements/extends. 2019-08-19 12:52:30 +01:00
Tom Hacohen f6e51963a4 eolian: update vim synatx file based on recent eolian changes. 2019-08-16 17:35:35 +01:00
Jean-Philippe Andre 588e10aec6 eo: Switch to any_value 2017-10-18 17:55:47 +09:00
Jean-Philippe Andre 18e26ffc5c eo: highlight @owned 2017-10-18 17:54:27 +09:00
Jean Guyomarc'h d38759074e syntax/eo: add __undefined_type keyword 2017-06-11 20:53:50 +02:00
Tom Hacohen 8a6682cb49 Eo: Add ref tag. 2016-09-30 15:08:42 +01:00
Jean Guyomarc'h 653accef0f syntax/eo: add support for some more Eolian types
- generic_value
- stringshare
- promise
- void_ptr
2016-06-28 22:26:33 +02:00
Jean Guyomarc'h f9345e2848 syntax/eo: add support for complex types 2016-06-11 11:23:13 +02:00
Jean Guyomarc'h fb72fefcdd syntax/eo: split a very long line 2016-06-11 11:23:13 +02:00
Jean Guyomarc'h a102a5f258 syntax/eo: use @virtual_pure instead of @virtual 2016-06-11 11:23:13 +02:00
Amitesh Singh aa2bc8535f syntax: eo - add support for event_prefix 2016-05-27 10:31:23 +05:30
Jean Guyomarc'h 9c4188c25a syntax/eo: add @nonull coloration 2016-05-19 23:10:30 +02:00
Jean Guyomarc'h 28ba646784 syntax/eo: add support for @empty 2016-03-17 00:00:57 +01:00
Jean Guyomarc'h 5ca00174dc syntax/eo: add support for @auto 2016-03-17 00:00:38 +01:00
Jean Guyomarc'h c429a4af98 syntax/eo: add support for @virtual 2016-03-17 00:00:24 +01:00
Jean Guyomarc'h d5c23f4601 syntax/eo: add support for single-line comments (//) 2016-03-16 23:01:56 +01:00
Jean Guyomarc'h 538d4b0e54 syntax/eo: support @hot
@hot was introduced in EFL by commit
c95350016dd04ecd1bd514a73af862f36ae7f39e.
2016-02-02 20:30:24 +01:00
Jean Guyomarc'h 92059086f4 syntax/eo: add [[ ... ]] comments 2016-01-24 22:51:35 +01:00
Tom Hacohen 11b229a32c Eo: Add import keyword. 2015-05-29 11:46:17 +01:00
Tom Hacohen b116c8b44f Eo syntax: func is no longer a keyword. 2015-05-29 11:17:53 +01:00
Tom Hacohen d9a27e2d0a Eo syntax: Add @property and @beta to syntax. 2015-05-19 09:50:38 +01:00
Tom Hacohen aa981dfbd4 Update syntax.
Remove @nonull, add @optional and @nullable.

Beginning of supporting TODO and FIXME in comments.
2015-02-12 13:49:24 +00:00
Tom Hacohen 1411726910 Eolian: Updated according to syntax changes. 2014-08-19 16:02:06 +01:00
Tom Hacohen 1aa04f4283 Eo: Fix events highlighting to support commas in the events. 2014-08-06 10:01:08 +01:00
Tom Hacohen 9ca9791fe3 Eo: Fix events region. 2014-07-31 11:20:56 +01:00
Tom Hacohen 3d70f952ae Eo: Add events highlighting (events section). 2014-07-31 11:20:50 +01:00
Tom Hacohen 89065e2629 Eo: Fix octal error presentation. 2014-07-31 10:18:31 +01:00
Tom Hacohen e82676200e Eo: Update type list. 2014-07-31 10:15:01 +01:00
Tom Hacohen d5489a857e Eo: Stop highlighting class names. 2014-07-31 08:51:01 +01:00
Tom Hacohen 1cacb7c92d Eo: Add numbers highlighting. 2014-07-31 08:50:39 +01:00
Tom Hacohen 8f3d9d1142 Eo: Fix constructor attribute and clean up class types. 2014-07-31 08:27:49 +01:00
Tom Hacohen 5634b24642 Eo: Make some keywords more strict (usage location). 2014-07-31 08:24:42 +01:00
Tom Hacohen 82f55dc788 Eo: Add own and func keywords. 2014-07-31 07:34:48 +01:00
Tom Hacohen f265b7cdc9 Eo: Add function keyword. 2014-07-31 07:31:21 +01:00
Tom Hacohen ed69821311 Eo: Add rules for (<{. 2014-07-31 07:10:47 +01:00
Tom Hacohen e7f7b682e0 Eo: Split typedef. 2014-07-31 07:01:42 +01:00
Tom Hacohen 579b65eeea Eo: make return a statement. 2014-07-31 06:57:24 +01:00
Tom Hacohen d5e490390c Eo: Add implements as field type. 2014-07-31 06:53:37 +01:00
Tom Hacohen 1ecf2db13a Eo: Add void type. 2014-07-31 06:52:13 +01:00
Tom Hacohen 3c0bad7593 Eo: highlight class names.
It's kind of cheating, but it's fine for now.
2014-07-31 06:50:34 +01:00
Tom Hacohen f5ffde2810 Eo: Remove wrong region match. 2014-07-31 06:37:46 +01:00
Tom Hacohen ad5f8f828d Eo: Split body keywords. 2014-07-31 06:36:32 +01:00
Tom Hacohen 583b3a8d39 Eo: Fix class types. 2014-07-31 06:27:47 +01:00
Tom Hacohen f1b569acf7 Eo: Fix types list. 2014-07-31 06:25:37 +01:00
Tom Hacohen 39fb159b6b Eo: Add structure keywords. 2014-07-31 06:21:56 +01:00
Tom Hacohen 4dbb6c4ce7 Eo: Add more keywords. 2014-07-31 06:21:53 +01:00
Tom Hacohen 2bd48fcce6 Eo: Fix TODO, XXX and FIXME inside comments. 2014-07-31 06:21:49 +01:00
Tom Hacohen f4a6c84e82 Eo: Rewrite and clean the syntax file. 2014-07-31 06:21:46 +01:00