Replies: 1 comment 1 reply
-
I don't know about the second question, but for the Helix equivalent of Vim's |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm working a lot of with Kubernetes configuration files named
config
. These files are YAML but without the suffixyml|yaml
. In vim is possible to type the command:set syntax=yaml
and it's applied (if fits). Also when you read stdout from a command that has some structure/format it is useful to set appropriate syntax.My questions:
config
into regex inlanguage.toml
file to apply there yaml LSP? Something as the example below, which doesn't work for meBeta Was this translation helpful? Give feedback.
All reactions