atom / language-csharp

C# language support for Atom
Other
62 stars 53 forks source link

Reformat grammars into default cson format #81

Closed damieng closed 7 years ago

damieng commented 7 years ago

Removes the single quotes from keynames and uses double-quotes for values. This is the default format for the season/CSON library we use and these files were converted using;

convert = (f) => season.writeFileSync(f, season.readFileSync(f))
  1. Easier to read (Atom highlights keys differently from the string values)
  2. Easier to edit (less typing)
  3. Easier to merge with other textmate-derived grammars in json format