diff options
author | pommicket <pommicket@gmail.com> | 2025-09-08 13:57:58 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-08 13:57:58 -0400 |
commit | 340450c70b072510581067153b226e7475e3ddf3 (patch) | |
tree | 15aaa8bbc7943b3ae50ed7248591c78bd70eb536 | |
parent | f4f568d6426d2caa4117df95601f20598f690345 (diff) |
Simplify example schema
-rw-r--r-- | site/spec.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/site/spec.html b/site/spec.html index ed34d5c..423ff68 100644 --- a/site/spec.html +++ b/site/spec.html @@ -763,11 +763,9 @@ path.maxlength = 260 settings.allow_unknown = yes [file-extensions] -C.type = List[String] +*.type = List[String] C.default = .c, .h -Cpp.type = List[String] Cpp.default = .cpp, .hpp, .cc, .hh -C-sharp.type = List[String] C-sharp.default = .cs </code></pre> |