ob-restclient.el icon indicating copy to clipboard operation
ob-restclient.el copied to clipboard

Syntax highlighting is lost when src_block is indented

Open jjnilton opened this issue 1 year ago • 0 comments

To reproduce, write an indented src_block restclient.

Example:

* ob-restclient parent
#+begin_src restclient
GET http://example.com
#+end_src

#+begin_src python
print("hello world")
#+end_src

  - [ ] restclient block loses its syntax highlight
     #+begin_src restclient
     GET http://example.com
     #+end_src
     
     #+begin_src python
     print("hello world")
     #+end_src

image

jjnilton avatar Mar 01 '23 18:03 jjnilton