File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -523,6 +523,10 @@ api.call({cb}, {op}) *comment.api.call*
523523================================================================================
524524Language/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+
526530ft.set({lang} , {val} ) *comment.ft.set*
527531 Sets a commentstring(s) for a filetype/language
528532
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments