Re: [Github-comments] [geany/geany] PHP 7.3 Heredoc/Nowdoc support (#2414)

2021-10-13 Thread Thomas Hansen
In this case, I'll close the issue! :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2414#issuecomment-941933796

Re: [Github-comments] [geany/geany] PHP 7.3 Heredoc/Nowdoc support (#2414)

2021-10-13 Thread Thomas Hansen
Closed #2414. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2414#event-5454531932

Re: [Github-comments] [geany/geany] PHP 7.3 Heredoc/Nowdoc support (#2414)

2020-01-02 Thread elextr
The Scintilla lexer does the highlighting, so, assuming it hasn't been already raised or fixed, adding it to Scintilla is the correct thing to do. Were you logged in to Sourceforge when you tried to create a ticket? The code you linked above is the symbol parser, and it too needs to be

[Github-comments] [geany/geany] PHP 7.3 Heredoc/Nowdoc support (#2414)

2020-01-02 Thread Thomas Hansen
PHP 7.3 has changed the Heredoc/Nowdoc syntax, so that the ending delimiter doesn't need to be at the beginning of a line, and can be followed by other expressions. the following examples are valid php code now: ``` https://github.com/geany/geany/blob/master/ctags/parsers/php.c)). I tried to