-
Hi folks, Is there a way to configure Helix with file type aliases so that, say, files with (I’ve been looking through the docs but haven’t been able to see anything but wondering if there’s some undocumented way at the moment – I might also have missed it in the docs.) Use caseI want files with the Suggested implementationIf there isn‘t a way to do this, here’s my initial (naive) suggested implementation: In languages.toml (e.g., for NodeKit aliases): [[alias]]
name = "nodekit"
file-types = ["page"]
language = "javascript" The result of this would be to effectively extend (concatenate) the Thoughts? :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You can do this already by putting these lines in your
(Take a look at the More info here. |
Beta Was this translation helpful? Give feedback.
-
You can do: [[language]]
name = "mylang"
grammar = "javascript" |
Beta Was this translation helpful? Give feedback.
You can do: