Herobrine643928 / Chest-UI

Creative Commons Attribution 4.0 International
54 stars 10 forks source link

Detect json language #18

Open woozystudio opened 2 months ago

woozystudio commented 2 months ago

.gitattributes

With .gitattributes file you can detect the json language, which does not come by default. This is useful so that in the line of languages json appears.

*.json linguist-detectable=true
test/**/*.json linguist-vendored=true