facebook / jsx

The JSX specification is a XML-like syntax extension to ECMAScript.
http://facebook.github.io/jsx/
1.96k stars 133 forks source link

Add syntax highlighting to AST docs #41

Closed amsardesai closed 8 years ago

amsardesai commented 8 years ago

The docs in the estree repo have syntax highlighting for each of the node type specs: https://github.com/estree/estree/blob/master/spec.md

This PR adds syntax highlighting to the node type specs in AST.md, and it should help make it easier to read.

RReverser commented 8 years ago

:+1: Thanks!