REditorSupport / atom-language-r

R syntax for Atom
https://atom.io/packages/atom-language-r
Other
31 stars 11 forks source link

Update grammar for tree-sitter #11

Open kylebarron opened 6 years ago

kylebarron commented 6 years ago

A new style of language grammar will be available with Atom 1.25, called tree-sitter. This seems to be more advanced than the current system, first-mate.

It looks like the new syntax is currently documented here: https://github.com/tree-sitter/tree-sitter/blob/master/doc/grammar-schema.json

kylebarron commented 6 years ago

This is an example of the new python grammar for tree-sitter.

guillaumechaumet commented 6 years ago

Nice Kyle. It seems more readable than the previous one. I will look at it. Thanks

guillaumechaumet commented 6 years ago

https://github.com/REditorSupport/atom-language-r/blob/master/grammars/tree-sitter-r.cson