javascript.tmbundle icon indicating copy to clipboard operation
javascript.tmbundle copied to clipboard

New line in method definition parameters breaks highlighting

Open ozgurgunes opened this issue 6 years ago • 0 comments

export default {
  func1(param1) {
    return param1
  },
  func2(
    param2
  ){
    return param2
  }
}
Screenshot-2019-09-18-09 54 38

ozgurgunes avatar Sep 18 '19 07:09 ozgurgunes