This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Add highlighting for decorators / annotations #163
Open
Description
Perhaps just taking what python has and adapting a few things?
https://github.com/atom/language-python/blob/master/grammars/python.cson#L358-L417
@annotation
function name() { }
@decorator(false)
class Name { }