Hi there, I'm curious if there's a way for Databricks to support syntax highlighting for a language that is currently not supported in our DBX configuration. For example, I'm using .toml files, but Databricks doesn't understand it and displays it as simple text:

In contrast, if I take my file and rename it to another file extension (such as .yaml), I get the correct syntax highlighting for that language:

Toml has been around for quite a while already, so I'm hoping this is a "solved" problem at this point, but after some initial web searching I couldn't find anything on this.
Any help on this would be greatly appreciated!