asciidoctor / atom-language-asciidoc

⚛ AsciiDoc language package for the Atom editor.
https://atom.io/packages/language-asciidoc
MIT License
42 stars 20 forks source link

feat: inline assignement #132

Closed ldez closed 8 years ago

ldez commented 8 years ago

Description

Highlighting inline attribute definition like others attribute definitions.

Syntax example

{set:attrname!:value}

{counter:pcount:1}
{counter2:pcount:1}

{set:foo:bar}
{set:name!}

Screenshots

capture du 2016-05-21 11-55-54

mojavelinux commented 8 years ago

Oooh, I like!

nicorikken commented 8 years ago

Nice and clean implementation with fallback to default. I consider this ready for merge 👍