mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Register 12 new JSON filenames/extensions (#4053)
Added: * .avsc * .gltf * .htmlhintrc * .jscsrc * .jslintrc * .jsonl * .tern-config * .tern-project * .tfstate * .tfstate.backup * .webapp * .webmanifest
This commit is contained in:
15
samples/JSON/filenames/.tern-project
Normal file
15
samples/JSON/filenames/.tern-project
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"ecmaVersion": 6,
|
||||
"libs": [],
|
||||
"loadEagerly": [
|
||||
"src/app/**/*.js"
|
||||
],
|
||||
"dontLoad": [
|
||||
"node_modules"
|
||||
],
|
||||
"plugins": {
|
||||
"requirejs": {
|
||||
"baseURL": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user