Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Incorrect syntax highlighting for multi-line Lua strings #1032

Closed
matgis-king opened this issue Jun 27, 2017 · 1 comment
Closed

Incorrect syntax highlighting for multi-line Lua strings #1032

matgis-king opened this issue Jun 27, 2017 · 1 comment
Labels
quick-win? An issue that should be very quick to fix, typically less than a day serious A serious although non-blocking issue text-editor An issue related to the text/code editor

Comments

@matgis-king
Copy link

Currently we do not treat the [[...]] string literal syntax correctly when editing a Lua file. It should be highlighted as regular strings in the code editor.

From the spec:

We can delimit literal strings also by matching double square brackets [[...]]. Literals in this bracketed form may run for several lines, may nest, and do not interpret escape sequences.

lua-multi-line-string-highlight

@RagnarSvenssonKing RagnarSvenssonKing added quick-win? An issue that should be very quick to fix, typically less than a day serious A serious although non-blocking issue labels Jun 28, 2017
@ragnard-king ragnard-king added the text-editor An issue related to the text/code editor label Nov 8, 2017
@erikangelin-king
Copy link
Contributor

Fixed in new code editor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
quick-win? An issue that should be very quick to fix, typically less than a day serious A serious although non-blocking issue text-editor An issue related to the text/code editor
Projects
None yet
Development

No branches or pull requests

4 participants