File tree Expand file tree Collapse file tree 1 file changed +39
-7
lines changed Expand file tree Collapse file tree 1 file changed +39
-7
lines changed Original file line number Diff line number Diff line change 3921
3921
<key >frontMatter </key >
3922
3922
<dict >
3923
3923
<key >begin </key >
3924
- <string >\A-{3}\s*$ </string >
3925
- <key >contentName </key >
3926
- <string >meta.embedded.block.frontmatter </string >
3924
+ <string >\A(?=(-{3,})) </string >
3925
+ <key >end </key >
3926
+ <string >^ {,3}\1-*[ \t]*$|^[ \t]*\.{3}$ </string >
3927
+ <key >applyEndPatternLast </key >
3928
+ <integer >1 </integer >
3929
+ <key >endCaptures </key >
3930
+ <dict >
3931
+ <key >0 </key >
3932
+ <dict >
3933
+ <key >name </key >
3934
+ <string >punctuation.definition.end.frontmatter </string >
3935
+ </dict >
3936
+ </dict >
3927
3937
<key >patterns </key >
3928
3938
<array >
3929
3939
<dict >
3930
- <key >include </key >
3931
- <string >source.yaml </string >
3940
+ <key >begin </key >
3941
+ <string >\A(-{3,})(.*)$ </string >
3942
+ <key >while </key >
3943
+ <string >^(?! {,3}\1-*[ \t]*$|[ \t]*\.{3}$) </string >
3944
+ <key >beginCaptures </key >
3945
+ <dict >
3946
+ <key >1 </key >
3947
+ <dict >
3948
+ <key >name </key >
3949
+ <string >punctuation.definition.begin.frontmatter </string >
3950
+ </dict >
3951
+ <key >2 </key >
3952
+ <dict >
3953
+ <key >name </key >
3954
+ <string >comment.frontmatter </string >
3955
+ </dict >
3956
+ </dict >
3957
+ <key >contentName </key >
3958
+ <string >meta.embedded.block.frontmatter </string >
3959
+ <key >patterns </key >
3960
+ <array >
3961
+ <dict >
3962
+ <key >include </key >
3963
+ <string >source.yaml </string >
3964
+ </dict >
3965
+ </array >
3932
3966
</dict >
3933
3967
</array >
3934
- <key >end </key >
3935
- <string >(^|\G)-{3}|\.{3}\s*$ </string >
3936
3968
</dict >
3937
3969
<key >table </key >
3938
3970
<dict >
You can’t perform that action at this time.
0 commit comments