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

Commit 339e960

Browse files
authored
Merge pull request #127 from dsifford/dsifford-tag-names-fix
adjust tag-names match to fix downstream issue in language-less
2 parents 9011da6 + 21cfdb7 commit 339e960

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
@@ -2089,7 +2089,7 @@
20892089
| mrow|ms|mscarries|mscarry|msgroup|msline|mspace|msqrt|msrow|mstack|mstyle|msub|msubsup
20902090
| msup|mtable|mtd|mtext|mtr|munder|munderover|semantics
20912091
)
2092-
(?=[+~>\\s,.\\#|){:\\[]|/\\*|$)
2092+
(?=[+~>\\s,.\\#|){\\[]|/\\*|:[^\\s]|$)
20932093
'''
20942094
'name': 'entity.name.tag.css'
20952095
'unicode-range':

0 commit comments

Comments
 (0)