Skip to content

Commit ab63cc9

Browse files
committed
fix: comment.ft section description
1 parent c7e99d4 commit ab63cc9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/Comment.txt

+4
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,10 @@ api.call({cb}, {op}) *comment.api.call*
523523
================================================================================
524524
Language/Filetype detection *comment.ft*
525525

526+
This module is the core of filetype and commentstring detection and uses the
527+
|lua-treesitter| APIs to accurately detect filetype and gives the corresponding
528+
commentstring, stored inside the plugin, for the filetype/langauge.
529+
526530
ft.set({lang}, {val}) *comment.ft.set*
527531
Sets a commentstring(s) for a filetype/language
528532

lua/Comment/ft.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---@mod comment.ft Language/Filetype detection
22
---@brief [[
33
---This module is the core of filetype and commentstring detection and uses the
4-
---|lua-treesitter| APIs to accurately detect filetype and gives the corresponding
4+
--- |lua-treesitter| APIs to accurately detect filetype and gives the corresponding
55
---commentstring, stored inside the plugin, for the filetype/langauge.
66
---@brief ]]
77

0 commit comments

Comments
 (0)