sublimelsp / LSP-dockerfile

Dockerfile support for Sublime's LSP plugin
MIT License
13 stars 0 forks source link

Support `Containerfile` #33

Open jfcherng opened 1 month ago

jfcherng commented 1 month ago

Syntax: https://github.com/keith-hall/Containerfile-sublime-syntax

It seems to provide better syntax for dockerfile but it renames to Containerfile (including scope) https://github.com/keith-hall/Containerfile-sublime-syntax/commit/ce75be1f4b637ca4a9f82675edec8929e90de8b3

Proposed Change

In plugin settings,

-    "selector": "source.dockerfile"
+    "selector": "source.dockerfile | source.containerfile"
rchl commented 1 month ago

It should also be considered to either replace the existing recommendation or mention both syntaxes in the Readme