Skip to content

Syntax highlighting is lost when src_block is indented #34

Description

@jjnilton

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions