mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-25 21:16:38 +03:00
erlang: Fix the comment_line configuration
Erlang comments start with `%`. This is correctly highlighted but the comment-line/comment-block commands don't work correctly.
This commit is contained in:
parent
80fcfebca8
commit
8ca7b5815a
@ -75,7 +75,7 @@ hook global BufSetOption filetype=(html|xml) %{
|
|||||||
set-option buffer comment_block_end '-->'
|
set-option buffer comment_block_end '-->'
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global BufSetOption filetype=(latex|mercury) %{
|
hook global BufSetOption filetype=(erlang|latex|mercury) %{
|
||||||
set-option buffer comment_line '%'
|
set-option buffer comment_line '%'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user