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: url and attribute reference within list definition #138

Closed ldez closed 8 years ago

ldez commented 8 years ago

Description

url and attribute reference within list definition.

Syntax example

{uri-asciidoctorjs-npm}[asciidoctor.js]:: the main npm package for Asciidoctor.js
{uri-grunt-asciidoctor-npm}[grunt-asciidoctor]:: an npm package for processing AsciiDoc source files in your {uri-gruntjs}[Grunt] project

{foo_term}:: {foo_def}

Screenshots

capture du 2016-05-22 17-45-33

Your screenshot.

mojavelinux commented 8 years ago

Nice!

Technically, any text formatting and inline macros are allowed in this position. Perhaps delegate to a group of inline patterns instead?

ldez commented 8 years ago

We must review inline group before doing this, because some patterns like image::, include::, etc are not allowed in this element.

nicorikken commented 8 years ago

Very nice, looks good to me