File tree 2 files changed +5
-1
lines changed
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*
523
523
================================================================================
524
524
Language/Filetype detection *comment.ft*
525
525
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
+
526
530
ft.set({lang} , {val} ) *comment.ft.set*
527
531
Sets a commentstring(s) for a filetype/language
528
532
Original file line number Diff line number Diff line change 1
1
--- @mod comment.ft Language/Filetype detection
2
2
--- @brief [[
3
3
--- 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
5
5
--- commentstring, stored inside the plugin, for the filetype/langauge.
6
6
--- @brief ]]
7
7
You can’t perform that action at this time.
0 commit comments