diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/editorconfig/.ted.cfg | 5 | ||||
-rw-r--r-- | test/editorconfig/subdir/.ted.cfg | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/test/editorconfig/.ted.cfg b/test/editorconfig/.ted.cfg new file mode 100644 index 0000000..e3bd6ec --- /dev/null +++ b/test/editorconfig/.ted.cfg @@ -0,0 +1,5 @@ +[colors] +# blue +bg = #035 +comment = #f70 +builtin = #0f0 diff --git a/test/editorconfig/subdir/.ted.cfg b/test/editorconfig/subdir/.ted.cfg new file mode 100644 index 0000000..c09121b --- /dev/null +++ b/test/editorconfig/subdir/.ted.cfg @@ -0,0 +1,5 @@ +[colors] +# aahh beautiful +bg = #030 +comment = #0f0 +builtin = #f0f |