Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed May 31, 2024
1 parent 8568217 commit 0694875
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "YAML Syntax Highlighting",
"description": "YAML Ain't Markup Language syntax",
"publisher": "RedCMD",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"vscode": "^1.89.0"
},
Expand Down Expand Up @@ -50,7 +50,7 @@
".Krmfile",
".ksy"
],
"firstLine": "^#cloud-config|^(%YAML([ \t]+[0-9]+\\.[0-9]+|:1\\.1)|\uFEFF+)([ \t]+#|[ \t]*$)|^---$",
"firstLine": "^#cloud-config|^(%YAML([ \t]+[0-9]+\\.[0-9]+|:1\\.1)|+)([ \t]+#|[ \t]*$)|^---$",
"configuration": "./language-configuration.json"
},
{
Expand Down Expand Up @@ -127,4 +127,4 @@
}
}
}
}
}

0 comments on commit 0694875

Please sign in to comment.