Skip to content

Commit

Permalink
Fix firstLine match
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed May 31, 2024
1 parent 0694875 commit 433afbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
".Krmfile",
".ksy"
],
"firstLine": "^#cloud-config|^(%YAML([ \t]+[0-9]+\\.[0-9]+|:1\\.1)|+)([ \t]+#|[ \t]*$)|^---$",
"firstLine": "^#cloud-config|^(%YAML([ \t]+[0-9]+\\.[0-9]+|:1\\.1))([ \t]+#|[ \t]*$)|^---$",
"configuration": "./language-configuration.json"
},
{
Expand Down

0 comments on commit 433afbc

Please sign in to comment.