diff options
author | Jake Low | 2024-02-24 02:53:16 +0000 |
---|---|---|
committer | GitHub | 2024-02-24 02:53:16 +0000 |
commit | 03623f2f407d592c38d21e085ae1fb2e1aa1ea22 (patch) | |
tree | fdb1c0738f7de36ad4072729f640a70856f4d9b5 | |
parent | 7100ed4efc2207a9d7a45ce6e9550564e091f508 (diff) |
Add osm and osc extensions to xml language filetypes (#9697)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index b158606b..ad2e6658 100644 --- a/languages.toml +++ b/languages.toml @@ -2371,6 +2371,8 @@ file-types = [ "menu", "mxml", "nuspec", + "osc", + "osm", "pt", "publishsettings", "pubxml", |