Nathan-Wall / proto

A programming language derived from JavaScript which emphasizes prototypes, integrity, and syntax.
Other
12 stars 1 forks source link

Preserve `.proto` extension for proto bufs ? #9

Closed jwerle closed 10 years ago

Nathan-Wall commented 10 years ago

Sounds good. What does that mean exactly? How do you preserve an extension?

jwerle commented 10 years ago

I meant use a different extension other than .proto. I've been using .pr so my editor doesn't get confused.

Nathan-Wall commented 10 years ago

Hmm, then I guess I don't understand what you mean by "proto bufs"? Is .proto used for something else ... that matters. .pr could be ok. I'm not super partial to .proto, but what do you mean by "proto bufs"?

jwerle commented 10 years ago

Oh sorry, I meant the ProtocolBuffer technology

https://code.google.com/p/protobuf/

Nathan-Wall commented 10 years ago

Ah, sure, .pr it is! Thanks!

Nathan-Wall commented 10 years ago

Assigning this to myself to rename unit tests and any other .proto files to .pr.

jwerle commented 10 years ago

Sweet !

Nathan-Wall commented 10 years ago

Alright, renamed existing .proto files to .pr. We'll start using that from now on.