Replies: 2 comments 2 replies
-
Yes, it is possible to configure Visual Studio Code to treat files with a .config extension as Erlang files and provide syntax highlighting accordingly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can customize the syntax only for the UTIs (one UTI can be associated to multiple extensions) and not a sigle extension. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I have files with the extension
.config
that I'd like to syntax highlight as Erlang instead of Configuration file. Is that possible?I tried adding a plain file filename pattern with
*.config
and selected Erlang syntax, but it seems the handler for Configuration file takes precedence anyway.Beta Was this translation helpful? Give feedback.
All reactions