atom / first-mate

TextMate helpers
http://atom.github.io/first-mate
MIT License
91 stars 57 forks source link

languagetypesciprt cannot get parameter decorator scope #110

Closed ranyunlong closed 5 years ago

ranyunlong commented 5 years ago

languagetypesciprt cannot get parameter decorator scope code:

(@Custom response: any)

scope:

{ 
  value: 'Custom ',
  scopes: [ 'source.ts', 'variable.other.readwrite.ts' ] 
}

Scope should include scopes: [ 'source.ts', 'meta.decorator.ts','variable.other.readwrite.ts' ]

TypeScript.json