davidcelis / language-thrift

Atom syntax highlighting and snippets for Thrift files.
MIT License
1 stars 5 forks source link

Use `// ` for toggle comments instead of `/*` and `*/` #4

Closed pankdm closed 8 years ago

pankdm commented 8 years ago

I think it's more natural to use // rather than combination of /* and */. Tested this locally. Now by cmd + / editor converts

typedef i64 UserId

to

// typedef i64 UserId

Instead of

/*typedef i64 UserId*/
davidcelis commented 8 years ago

Thanks!

pankdm commented 8 years ago

Thanks for merging in! How often do you update the package version and release it? It would be great to download package language-thrift with this changes included.

davidcelis commented 8 years ago

It's released; try out v1.0.2!

pankdm commented 8 years ago

:thumbsup: