소스 검색

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,
 	}