Skip to content

Commit 6e787b5

Browse files
committed
fix entities in plain text
1 parent c6b8696 commit 6e787b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

vue.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ repository:
250250

251251
entities:
252252
patterns:
253+
- include: '#string-entities'
253254
- name: invalid.illegal.bad-ampersand.html
254255
match: '&'
255-
- include: '#string-entities'
256256

257257
string-double-quoted:
258258
name: string.quoted.double.html

vue.tmLanguage

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -796,16 +796,16 @@
796796
<dict>
797797
<key>patterns</key>
798798
<array>
799+
<dict>
800+
<key>include</key>
801+
<string>#string-entities</string>
802+
</dict>
799803
<dict>
800804
<key>match</key>
801805
<string>&amp;</string>
802806
<key>name</key>
803807
<string>invalid.illegal.bad-ampersand.html</string>
804808
</dict>
805-
<dict>
806-
<key>include</key>
807-
<string>#string-entities</string>
808-
</dict>
809809
</array>
810810
</dict>
811811
<key>string-double-quoted</key>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy