Add CMake to documentation.
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user