emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* noweb syntax clashing with shell here document syntax
@ 2021-03-22 16:35 Sebastian Miele
  2021-03-22 18:43 ` Immanuel Litzroth
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Miele @ 2021-03-22 16:35 UTC (permalink / raw)
  To: emacs-orgmode

Hello!

The noweb syntax seems to clash with the syntax of here documents in
shell scripts.  In the block like

#+BEGIN_SRC shell :noweb yes
  echo a
  <<A>>
  echo b
#+END_SRC

everything following the line with the the noweb reference does not
get fontified properly.  I suspect that the problem already is known
for a long time.  Is that true?  If yes, what is the status of this
issue?  Is there a known workaround?

At least in ZSH it may very well be the case that a line ending with
'>>' never is valid, except in cases where something like an '<<A'
before it is not an opening of a here document.  So it possibly is
something that could be fixed in sh-script.el.  But I do not know
exactly.

Anybody who already knows more about this?

Best wishes
Sebastian


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-23 10:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 16:35 noweb syntax clashing with shell here document syntax Sebastian Miele
2021-03-22 18:43 ` Immanuel Litzroth
2021-03-23 10:32   ` Sebastian Miele

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).