How to Use Multiline Comments in Lua with EmEditor Text Editor

How to Use Multiline Comments in Lua with EmEditor Text Editor

Joseph Lv8

How to Use Multiline Comments in Lua with EmEditor Text Editor

Viewing 3 posts - 1 through 3 (of 3 total)

  • Author
    Posts
  • May 11, 2010 at 1:28 pm #8445
    MattG
    Participant
    Hi!
    I am in the evaluation of EmEditor, and it is definitive my Favorite at the moment.
    One thing I am not getting to work, I imported a ESY-Lua from the Library, checked the Highlight(2) -> Comments
    Begin: –[[
    End: ]]
    So if I open my lua-file and check if Tools->Select Configuration my Lua-config is active, I still get no multiline highlight for that comment-block only the first line.
    I compared this with a simple C-File
    /*
    foo
    foo foo
    */
    is correctly highlighted and the Config is the same.
    any clues, or is it a Bug of the 9.13, which is the Eval-Version
    Cheers
    Matthias
    May 11, 2010 at 4:24 pm #8446
    Yutaka Emura
    Keymaster
    Hello Matthias,
    Thank you for trying EmEditor Professional!
    I reproduced your issue, and the problem was the Line Comment (–) has more priority than multiline comment (–[[…]]). If you remove the string (–) from Line Comment text box in the Highlight (2) tab of configuration properties, it works. I am not sure if I can correct this behavior at this moment.
    If you want both types of comments highlighted, instead of specifying — in the Highlight (2) tab, you can add — in the Highlight (1) tab, check “Highlight Right Side”, and select your favorite color (1 – 10). You will also need to remove the already defined keyword (-) from the list.
    I hope this helps.
    Please don’t hesitate to ask me if you have further questions.
    Thank you,
    May 12, 2010 at 11:13 am #8448
    MattG
    Participant
    Hi!
    Nice Idea!
    Yes it helps, I understand its a bit difficult with that
    –[[….]]
    and — stuff.
    Hehe… still my favorite editor
    Cheers
    Matthias
  • Author
    Posts

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.

Also read:

  • Title: How to Use Multiline Comments in Lua with EmEditor Text Editor
  • Author: Joseph
  • Created at : 2024-11-06 19:30:32
  • Updated at : 2024-11-12 21:49:18
  • Link: https://win-web3.techidaily.com/how-to-use-multiline-comments-in-lua-with-emeditor-text-editor/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
How to Use Multiline Comments in Lua with EmEditor Text Editor