Menu

Syntax highlighting for the comment at the end of line not working in YAML

2014-10-16
2014-10-17
  • Durga Lal Shrestha

    Syntax highlighting for the comment at the beginning of line is working in YAML. But it does not work when commented at the end of the line.

    Example:

    # This is comment which is highlighting
    input: 10 # This is comment which is not highlighting

    I tried to update stylers.xml, but didnot work. Any suggestion?

    Thanks.

     
  • CFrank

    CFrank - 2014-10-17

    Hi,

    this is a bug of the underlying scintilla component which is already
    addressed.
    https://sourceforge.net/p/scintilla/bugs/1660/

    Cheers
    Claudia