Skip to content

Commit

Permalink
feat: support for markdown outlines
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Nov 20, 2024
1 parent 6b2b412 commit 79896c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/CopilotChat/context.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ local outline_types = {
'type_alias_declaration',
'import_statement',
'import_from_statement',
-- markdown
'atx_h1_marker',
'atx_h2_marker',
'atx_h3_marker',
'atx_h4_marker',
'atx_h5_marker',
'list_item',
'block_quote',
}

local comment_types = {
Expand Down

0 comments on commit 79896c4

Please sign in to comment.