• M
    Relax Language First Line Match (#21586) · 6b74e23c
    Matt Bierner 提交于
    * Relax Language First Line Match
    
    Fixes #21533
    
    **Bug**
    The first line pattern for a language currently requires the entire line to match. This does is different from how tools such as textmate use firstLineMatch
    
    **Fix**
    Relax this restriction so that any match is used
    
    * Fix failing test
    6b74e23c
mime.ts 7.7 KB