Quellcode durchsuchen

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

Mourad Boufarguine vor 8 Jahren
Ursprung
Commit
59981b8818
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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,
 	}