Skip to content

Commit

Permalink
Add schema for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed Nov 18, 2024
1 parent ee54d17 commit 1df55cf
Show file tree
Hide file tree
Showing 3 changed files with 449 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
- [shell-bash] add functions to outlined list
- [markdown] added the ability to connect the backlight in 'code' by creating your own scheme 'markdown2:markdown2'
- [markdown] highlight special all caps HTML tags
- [dockerfile] add a new schema for Dockerfile

## [1.2.0] - 2021-09-12

Expand Down
6 changes: 6 additions & 0 deletions hrc/hrc/proto.hrc
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,12 @@
<filename>/\.nut$/i</filename>
</prototype>

<prototype name="dockerfile" group="scripts" description="Dockerfile">
<location link="scripts/dockerfile.hrc"/>
<filename>/^[Dd]ockerfile\..+$/</filename>
<filename>/^[Dd]ockerfile$/</filename>
<firstline>/^\s*FROM\b/</firstline>
</prototype>

<prototype name="rarscript" group="scripts.install" description="RAR Install Script">
<location link="scripts/rarscrpt.hrc" />
Expand Down
Loading

0 comments on commit 1df55cf

Please sign in to comment.