JSON Javascript highlighting in Visual Studio 2010

后端 未结 3 624
礼貌的吻别
礼貌的吻别 2021-01-07 23:00

Does anybody know how to get VS 2010 to use the same highlighting for a file called .JSON as it uses for a JavaScript file? Just working on a client site and they\'ve named

3条回答
  •  温柔的废话
    2021-01-07 23:29

    Tools -> Options -> Text Editor -> File Extension

    End your extension 'json' and select 'Script Editor' and click 'add'.

    Re-open any json documents for it to take affect.

提交回复
热议问题