allow characters '.' and ':' as part of function name

allow characters '.' and ':' as part of function name; this allows symbol view when kind of 'namespacing' beyond underscored form is used.

function Hello::konqi.greet () {
  log debug "world bye"
}

Merge request reports

Loading