-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
language-supportIssues or PRs related to programming languages (also e.g. in styles, themes)Issues or PRs related to programming languages (also e.g. in styles, themes)
Description
Having a PHP file opened and selecting PHP language (Language menu, P, PHP), Notepad++ does not recognise the functions in Function List if they are like:
function getInfoTravel ($param1, ¶m2)
{
...
}
If we remove the space OR SPACES after the function name (getInfoTravel) it is recognised:
function getInfoTravel($param1, ¶m2)
{
...
}
Please, add to the regular expression that parse the PHP files the possibility to have one or more spaces after the function name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
language-supportIssues or PRs related to programming languages (also e.g. in styles, themes)Issues or PRs related to programming languages (also e.g. in styles, themes)