Преглед изворни кода

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

Mourad Boufarguine пре 8 година
родитељ
комит
59981b8818
1 измењених фајлова са 1 додато и 0 уклоњено
  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,
 	}