Skip to content

Commit de8e845

Browse files
committed
remove firstLineMatch (fix #39)
1 parent fbcccae commit de8e845

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

vue.YAML-tmLanguage

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ repository:
311311
- include: '#tag-generic-attribute'
312312
- include: '#string-double-quoted'
313313
- include: '#string-single-quoted'
314-
firstLineMatch: <!(?i:DOCTYPE)|<(?i:html)|<\?(?i:php)
315314
foldingStartMarker: |-
316315
(?x)
317316
(<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl)\b.*?>

vue.tmLanguage

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<array>
77
<string>vue</string>
88
</array>
9-
<key>firstLineMatch</key>
10-
<string>&lt;!(?i:DOCTYPE)|&lt;(?i:html)|&lt;\?(?i:php)</string>
119
<key>foldingStartMarker</key>
1210
<string>(?x)
1311
(&lt;(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl)\b.*?&gt;

0 commit comments

Comments
 (0)