Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 21cfdb7

Browse files
committed
adjust tag-names match to fix downstream issue in language-less
1 parent 0f7e61c commit 21cfdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/css.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@
20322032
| mrow|ms|mscarries|mscarry|msgroup|msline|mspace|msqrt|msrow|mstack|mstyle|msub|msubsup
20332033
| msup|mtable|mtd|mtext|mtr|munder|munderover|semantics
20342034
)
2035-
(?=[+~>\\s,.\\#|){:\\[]|/\\*|$)
2035+
(?=[+~>\\s,.\\#|){\\[]|/\\*|:[^\\s]|$)
20362036
'''
20372037
'name': 'entity.name.tag.css'
20382038
'unicode-range':

0 commit comments

Comments
 (0)