diff options
-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> |