junegunn / junegunn/limelight.vim

Treat code block like a single paragraph

Open
#38 0 comments 18 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
2.5k
Forks
58
PR merge metrics
No merged PRs in 30d

Description

It would be great to have the ability to treat code blocks like a single paragraph.

~~~
this is a paragraph

```
# no blank line after backticks

def code_bock
puts "this is a code block"
end
```

~~~ruby
puts "tilde and language name should be allowed too"
~~~ 

this is another
paragraph
~~~

There are two different code block syntaxes in this example.

I'm not sure that `g:limelight_bop` and `g:limelight_eop` can do the job…

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.