commit | 226ea86d46212c8d95f6b4a09b006719cb9ac10f | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Wed Dec 11 15:53:54 2013 -0800 |
committer | Shawn Pearce <sop@google.com> | Thu Dec 12 12:49:48 2013 -0800 |
tree | af726e34a9e1c97573fae86d1f0ca7e1b2fdd843 | |
parent | d367fe158e538f3a618883865576dba3189d1e13 [diff] |
Bind content type text/x-h to text/x-c++hdr *.h is commonly used for C and C++ sources. The server's MIME type recognizer frequently returns text/x-h for *.h files, which CM3's clike mode does not understand. Remap to the c++hdr type just in case its a C++ source file and a C file. Change-Id: I37454147759bbfbcb268690dd8f00ad6bf4a8b32