Add CMake to documentation.

This commit is contained in:
2026-07-13 12:58:52 +02:00
parent e6087ae1b0
commit 8f25a68016
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -122,9 +122,9 @@ Use tab completion to see all available licenses: `:Licenser <TAB>`
vim-licenser automatically detects your file type and applies the appropriate vim-licenser automatically detects your file type and applies the appropriate
comment style. Supported file types include: comment style. Supported file types include:
bash, c, cpp, csharp, css, dart, go, groovy, haskell, html, java, javascript, bash, c, cmake, cpp, csharp, css, dart, go, groovy, haskell, html, java,
json, kotlin, lua, matlab, perl, php, python, r, ruby, rust, scala, shell, sql, javascript, json, kotlin, lua, matlab, perl, php, python, r, ruby, rust, scala,
swift, typescript, typescriptreact, vim, xml, yaml shell, sql, swift, typescript, typescriptreact, vim, xml, yaml
For more information, see `:help licenser` after installation. For more information, see `:help licenser` after installation.
+1
View File
@@ -58,6 +58,7 @@ vim-licenser supports the following filetypes with appropriate comment styles:
bash - Shell script bash - Shell script
c - C language c - C language
cmake - CMake Build Script
cpp - C++ cpp - C++
csharp - C# csharp - C#
css - Cascading Style Sheets css - Cascading Style Sheets