subtleGradient / language-javascript-jsx

JavaScript with JSX Bundle for Atom
45 stars 6 forks source link

Added keyword 'let' to grammar #10

Closed kengorab closed 9 years ago

kengorab commented 9 years ago

This adds the let keyword to the grammar, and gives it the same storage type as var. Previously, let went unrecognized and was treated as a variable name.

subtleGradient commented 9 years ago

Nice!