Merge remote-tracking branch 'gaeulbyul/css-comment'

This commit is contained in:
Maxime Coste 2019-07-21 12:34:28 +10:00
commit d05ef24471

View File

@ -41,6 +41,7 @@ add-highlighter shared/css/comment region /[*] [*]/ fill comment
add-highlighter shared/css/declaration/base default-region group
add-highlighter shared/css/declaration/double_string region '"' (?<!\\)(\\\\)*" fill string
add-highlighter shared/css/declaration/single_string region "'" "'" fill string
add-highlighter shared/css/declaration/comment region /[*] [*]/ fill comment
# https://developer.mozilla.org/en-US/docs/Web/CSS/length
add-highlighter shared/css/declaration/base/ regex (#[0-9A-Fa-f]+)|((\d*\.)?\d+(ch|cm|em|ex|mm|pc|pt|px|rem|vh|vmax|vmin|vw)) 0:value