Add Dockerfile support

Original PR by @phyzical
See #266
This commit is contained in:
alstr
2025-04-10 14:53:23 +01:00
parent 3c434ec5a9
commit 1a726726ab
5 changed files with 39 additions and 0 deletions

View File

@@ -894,5 +894,14 @@
}
}
]
},
{
"language": "Dockerfile",
"markers": [
{
"type": "line",
"pattern": "#"
}
]
}
]