Explorar el Código

Enable syntax highlighting for CMakeLists.txt files #2199 (#4130)

Mourad Boufarguine hace 8 años
padre
commit
59981b8818
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      modules/template/highlight/highlight.go

+ 1 - 0
modules/template/highlight/highlight.go

@@ -20,6 +20,7 @@ var (
 
 	// File names that are representing highlight classes.
 	highlightFileNames = map[string]bool{
+		"cmakelists.txt": true,
 		"dockerfile": true,
 		"makefile":   true,
 	}