From 94c2b5a926cd7273272fb9fe268dd61c50426c59 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 19 Oct 2023 11:14:39 -0400 Subject: local .ted.cfg --- test/editorconfig/.ted.cfg | 5 +++++ test/editorconfig/subdir/.ted.cfg | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 test/editorconfig/.ted.cfg create mode 100644 test/editorconfig/subdir/.ted.cfg (limited to 'test/editorconfig') 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 -- cgit v1.2.3