Atom-beautify: Atom Beautify could not find a supported beautifier for this file

Created on 23 Apr 2016  ·  2Comments  ·  Source: Glavin001/atom-beautify

when i installed atom-beauty, and then try to format a json text

{"mapId": 601,"selfRank": 0,"gameRankInfo": [{"rank": 1,"name": "史密斯·克里","guid": 4506304326926336,"rankValue": 6.0,"time": 0.0}],"characterInfo": {"characterGUID": 4506304326926336,"characterName": "史密斯·克里","characterType": 1,"level": 50,"vipLevel": 10,"equipInfo": [{"itemGUID": 4523896520835072,"itemCount": 1,"metaItemID": 10101,"enhanceLevel": 2,"affinageLevel": 0,"overdueTime": 0},{"itemGUID": 4523896520835073,"itemCount": 1,"metaItemID": 10201,"enhanceLevel": 2,"affinageLevel": 0,"overdueTime": 0},{"itemGUID": 4523896520835074,"itemCount": 1,"metaItemID": 10301,"enhanceLevel": 2,"affinageLevel": 0,"overdueTime": 0},{"itemGUID": 4523896521228288,"itemCount": 1,"metaItemID": 10401,"enhanceLevel": 2,"affinageLevel": 0,"overdueTime": 0},{"itemGUID": 4523896521228289,"itemCount": 1,"metaItemID": 10501,"enhanceLevel": 2,"affinageLevel": 0,"overdueTime": 0},{"itemGUID": 4523896521228290,"itemCount": 1,"metaItemID": 10601,"enhanceLevel": 2,"affinageLevel": 0,"overdueTime": 0}],"battlePower": 29048,"curTitleId": 0}}

atom-beauty said

Atom Beautify could not find a supported beautifier for this file

Atom Beautify could not determine a supported beautifier to handle this file with grammar "Null Grammar" and extension "". If you would like to request support for this file and its language, please create an issue for Atom Beautify at https://github.com/Glavin001/atom-beautify/issues

how to fix it?

question

Most helpful comment

The problem is that you have not yet identified a language by name in Atom for the given code sample, evidenced by the "Null Grammar" and extension "". Go to Edit -> Select Grammar from the main menu and pick a language option.

Please reopen this issue if this still does not solve the problem.

All 2 comments

The problem is that you have not yet identified a language by name in Atom for the given code sample, evidenced by the "Null Grammar" and extension "". Go to Edit -> Select Grammar from the main menu and pick a language option.

Please reopen this issue if this still does not solve the problem.

works! thanks!

Was this page helpful?
0 / 5 - 0 ratings