Perhaps just taking what python has and adapting a few things? https://github.com/atom/language-python/blob/master/grammars/python.cson#L358-L417 --- ``` js @annotation function name() { } @decorator(false) class Name { } ```
Perhaps just taking what python has and adapting a few things?
https://github.com/atom/language-python/blob/master/grammars/python.cson#L358-L417