Go to file
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
autoload Add syntax files for EDC format. 2014-07-29 03:46:44 +03:00
ftdetect syntax: add support for textual EET representation 2018-08-03 20:13:38 +02:00
ftplugin Edc: Migrate files from efl.git repo. 2014-08-04 13:53:20 +01:00
indent Add syntax files for EDC format. 2014-07-29 03:46:44 +03:00
snippets Edc: Migrate files from efl.git repo. 2014-08-04 13:53:20 +01:00
syntax syntax: add support for textual EET representation 2018-08-03 20:13:38 +02:00
.arcconfig Add arcconfig file 2015-10-28 16:00:21 +09:00
.gitignore ignores: vim files 2016-06-11 11:23:13 +02:00