Skip to content

Instantly share code, notes, and snippets.

@humanfactors
Created June 24, 2016 04:44
Show Gist options
  • Save humanfactors/b13e42cf9e25b51dadf313e409799228 to your computer and use it in GitHub Desktop.
Save humanfactors/b13e42cf9e25b51dadf313e409799228 to your computer and use it in GitHub Desktop.
key: 'nvatom'
patterns: [
{
name: 'interlink.link.markup.md'
match: '(?<!\\[)(\\[\\[)([^\\[\\]\|]+)(\\]\\])(?!\\])'
captures:
1: name: 'punctuation.md'
2: name: 'link.markup.md'
3: name: 'punctuation.md'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment