Commit Graph

72 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
Hermet Park 5c5efbdefa updated edc syntax keywords. 2019-08-22 13:35:21 +09: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
Hermet Park 28f414ecb5 vim: update edc syntax
add "vector" keyword.
2019-03-15 19:58:11 +09:00
Jean Guyomarc'h 50932caff2 syntax: add support for textual EET representation
Eet can be manipulated via a textual representation, which looks like the
following:

  group "s_config" struct {
      value "version" uint: 0;
      value "font_size" uint: 12;
      value "font_name" string: "Mono";
      group "bg_color" struct {
          group "s_config_color" struct {
              value "r" uchar: 0;
              value "g" uchar: 0;
              value "b" uchar: 0;
              value "a" uchar: 255;
          }
      }
      value "use_bg_color" uchar: 0;
      value "mute_bell" uchar: 0;
  }

These changes allow vim to properly colorize textual eet files. The associated
file extension is ".eet".
2018-08-03 20:13:38 +02:00
Hermet Park 8febb2e4df vim: update syntax keywords. 2018-05-24 18:17:56 +09: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
Bruno Dilly c79af96aec syntax/edc: add 'FOCUS_OBJECT' keyword 2016-12-02 18:57:28 -02:00
Jean-Philippe Andre 220b2a1ed4 edc: Add 'required' keyword 2016-11-10 10:43:41 +09:00
Bruno Dilly 0d3d9df2a6 syntax/edc: recognize select and cursor modes
Labels and constants
2016-11-04 13:26:30 -02:00
Tom Hacohen 8a6682cb49 Eo: Add ref tag. 2016-09-30 15:08:42 +01:00
Jean Guyomarc'h b3c3782a9b syntax/edc: add support for EXTERNAL type 2016-07-03 21:35:14 +02: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 a18f62f33a ignores: vim files
I had enough with adding these to my commits... and having to repatch
my commits before pushing.
2016-06-11 11:23:13 +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
Hermet Park f113bf03b3 sytax: update syntax list. 2016-05-23 00:45:42 +09:00
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
Jean-Philippe Andre 5ff4ec8d8f syntax/edc: add more hilight keywords 2015-10-30 14:38:09 +09:00
Jean-Philippe Andre 77eabe4e87 syntax/edc: Add keyword "no_render" 2015-10-30 14:37:32 +09:00
Jean-Philippe ANDRE 48e8cd1dfd Add arcconfig file 2015-10-28 16:00:21 +09:00
ChunEon Park 1d2dc7f4bd EDC: update syntax 2015-08-11 11:55:00 +09:00
ChunEon Park f026d8242e EDC: update syntax
+base_scale
2015-08-11 11:51:35 +09: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
Daniel Zaoui 59534ddadf Add .eot support 2015-05-20 16:52:06 +03: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
Jean-Philippe Andre 2e78e1dca9 EDC: Add some new keywords and LazEDC support
Whitespace changes included, use git show -w
2015-01-15 15:23:24 +09: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 c8f09305ef Edc: Migrate files from efl.git repo. 2014-08-04 13:53:20 +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