cjohansson / emacs-phps-mode

Emacs major mode for PHP with code intelligence
GNU General Public License v3.0
36 stars 2 forks source link

Verify lexing of multi-dimensional variables inside double quoted strings #33

Closed cjohansson closed 3 years ago

cjohansson commented 3 years ago

At the moment only the first index is tokenzied, in the case of multi-dimensional arrays the additional information is lost

cjohansson commented 3 years ago

Actually the lexer is totally correct, it's not valid PHP to have multi-dimensional arrays in double quoted strings