asciidoc: Add a highlighter for attribute referencing

This commit is contained in:
Kylie McClain 2020-07-22 23:16:04 -04:00
parent 41532cd3e0
commit a8f3ff21dd

View File

@ -65,6 +65,7 @@ add-highlighter shared/asciidoc/ regex \h\*{2}[^\n\*]+\*{2} 0:+b
# Attributes
add-highlighter shared/asciidoc/ regex ^:[-\w]+: 0:meta
add-highlighter shared/asciidoc/ regex [^\\](\{[-\w]+\})[^\\]? 1:meta
# Commands
# ‾‾‾‾‾‾‾‾