Exclude tabs from being interpreted

Is it possible to avoid having a tab containing something else than lua code (e.g. todo list) that codea would not try to interpret ?

Start and end the tab with a comment block:

--[[

    All your plain text can go here

--]]

```

–[[ comments ]] can be used for txt file (todo list) but with the 1.5 coming up, the content of tabs could be used as input of the app.

Hello @ilui31. If you are interested in how to access the content of ‘tabs’ from code, you may be interested in this article in the Wiki.