Skip to content

Commit

Permalink
feat: basic support of Haskell as an indentation based language
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha authored and andersevenrud committed Jan 15, 2024
1 parent a14f929 commit 8f7b6b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/nvim_context_vt/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ M.line_targets = {
'with_statement',
'for_statement',

-- haskell
'function',

-- python
'decorated_definition',

Expand All @@ -163,6 +166,7 @@ M.line_targets = {
}

M.line_ft = {
'haskell',
'python',
'yaml',
}
Expand Down

0 comments on commit 8f7b6b4

Please sign in to comment.