Fix Lua mode block comment token #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bhsd-harry/legacy-modes:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Per Lua spec, a long comment (i.e., block comment) starts with
--plus an opening long bracket, and an opening long bracket can have a non-zero level just like strings.The original issue is from Wikimedia: https://phabricator.wikimedia.org/T424308 . The change has been tested against hundreds of Lua pages on multiple language editions of Wikipedia.
Thanks!