Browse Source

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

pull/3785/merge
Mourad Boufarguine 8 years ago committed by 无闻
parent
commit
59981b8818
  1. 1
      modules/template/highlight/highlight.go

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

Loading…
Cancel
Save