Loading pkgs/development/tools/misc/ctags/wrapped.nix +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ with pkgs.lib; "--regex-PHP=/function[ \\t]+([^ (]*)/\\1/f/" ]; # Javascript: also find unnamed functions and funtions beeing passed within a dict. # Javascript: also find unnamed functions and functions being passed within a dict. # the dict properties is used to implement duck typing in frameworks # var foo = function () { ... } # { Loading Loading
pkgs/development/tools/misc/ctags/wrapped.nix +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ with pkgs.lib; "--regex-PHP=/function[ \\t]+([^ (]*)/\\1/f/" ]; # Javascript: also find unnamed functions and funtions beeing passed within a dict. # Javascript: also find unnamed functions and functions being passed within a dict. # the dict properties is used to implement duck typing in frameworks # var foo = function () { ... } # { Loading