Lines Matching +full:cmake +full:- +full:ext
7 // http://www.apache.org/licenses/LICENSE-2.0
37 CMake const
86 applescript // -- ... and (* ... *)
89 cmake // # ... and #[[ ... ]] const
92 haskell // -- ... and {- ... -}
93 html // <!-- ... -->
99 sql // -- ... and /* ... */
105 ext := strings.ToLower(filepath.Ext(filename))
106 if len(ext) == 0 || ext[0] != '.' {
110 switch ext[1:] { // Skip the '.'.
121 case "cmake":
122 return CMake
206 case CMake:
207 return cmake
236 return "--"
247 case shell, ruby, cmake, mysql, hash:
263 case cmake:
266 return "{-"
268 return "<!--"
287 case cmake:
290 return "-}"
292 return "-->"