Kaydet (Commit) f3a5dd60 authored tarafından Daniel Șuteu's avatar Daniel Șuteu Kaydeden (comit) Colomban Wendling

Add file-extensions for Clojure

The extensions are from Wikipedia: https://en.wikipedia.org/wiki/Clojure

Closes #842.
üst bfd5587f
...@@ -12,6 +12,7 @@ Batch=*.bat;*.cmd;*.nt; ...@@ -12,6 +12,7 @@ Batch=*.bat;*.cmd;*.nt;
CAML=*.ml;*.mli; CAML=*.ml;*.mli;
C=*.c;*.h;*.xpm; C=*.c;*.h;*.xpm;
C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H; C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H;
Clojure=*.clj;*.cljs;*.cljc;
CUDA=*.cu;*.cuh;*.h; CUDA=*.cu;*.cuh;*.h;
C#=*.cs; C#=*.cs;
CMake=CMakeLists.txt;*.cmake;*.ctest; CMake=CMakeLists.txt;*.cmake;*.ctest;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment