ilearnio / sublime-riot-syntax

Syntax highlighting for plain-js RiotJS tags
3 stars 1 forks source link

Change tag start match #2

Open dirkgroenen opened 7 years ago

dirkgroenen commented 7 years ago

Riot 3 allows you to import components individually. This means that importing riot can change from import riot from 'riot' to import { tag } from 'riot'. This change allows both riot.tag() as well as tag()