Skip to content

Commit 1349532

Browse files
committed
fix(languages): update GitHub languages JSON file
1 parent 3420b9c commit 1349532

File tree

1 file changed

+101
-1
lines changed

1 file changed

+101
-1
lines changed

src/languages.json

Lines changed: 101 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2766,6 +2766,49 @@
27662766
"wrap": "false",
27672767
"searchable": "true"
27682768
},
2769+
{
2770+
"type": "data",
2771+
"group": "INI",
2772+
"aliases": [
2773+
"gitattributes",
2774+
"git attributes"
2775+
],
2776+
"filenames": [
2777+
".gitattributes"
2778+
],
2779+
"tmScope": "source.gitattributes",
2780+
"aceMode": "gitignore",
2781+
"codemirrorMode": "shell",
2782+
"codemirrorMimeType": "text/x-sh",
2783+
"languageId": 956324166,
2784+
"name": "Git Attributes",
2785+
"wrap": "false",
2786+
"searchable": "true"
2787+
},
2788+
{
2789+
"type": "data",
2790+
"group": "INI",
2791+
"aliases": [
2792+
"gitconfig",
2793+
"gitmodules",
2794+
"git config"
2795+
],
2796+
"extensions": [
2797+
".gitconfig"
2798+
],
2799+
"filenames": [
2800+
".gitconfig",
2801+
".gitmodules"
2802+
],
2803+
"aceMode": "ini",
2804+
"codemirrorMode": "properties",
2805+
"codemirrorMimeType": "text/x-properties",
2806+
"tmScope": "source.gitconfig",
2807+
"languageId": 807968997,
2808+
"name": "Git Config",
2809+
"wrap": "false",
2810+
"searchable": "true"
2811+
},
27692812
{
27702813
"type": "programming",
27712814
"color": "#c1ac7f",
@@ -3467,7 +3510,6 @@
34673510
],
34683511
"filenames": [
34693512
".editorconfig",
3470-
".gitconfig",
34713513
"buildozer.spec"
34723514
],
34733515
"tmScope": "source.ini",
@@ -3520,6 +3562,44 @@
35203562
"wrap": "false",
35213563
"searchable": "true"
35223564
},
3565+
{
3566+
"type": "data",
3567+
"group": "INI",
3568+
"aliases": [
3569+
"ignore",
3570+
"gitignore",
3571+
"git-ignore",
3572+
"ignore list"
3573+
],
3574+
"extensions": [
3575+
".gitignore"
3576+
],
3577+
"filenames": [
3578+
".atomignore",
3579+
".babelignore",
3580+
".bzrignore",
3581+
".coffeelintignore",
3582+
".cvsignore",
3583+
".dockerignore",
3584+
".eslintignore",
3585+
".gitignore",
3586+
".nodemonignore",
3587+
".npmignore",
3588+
".prettierignore",
3589+
".stylelintignore",
3590+
".vscodeignore",
3591+
"gitignore-global",
3592+
"gitignore_global"
3593+
],
3594+
"aceMode": "gitignore",
3595+
"tmScope": "source.gitignore",
3596+
"codemirrorMode": "shell",
3597+
"codemirrorMimeType": "text/x-sh",
3598+
"languageId": 74444240,
3599+
"name": "Ignore List",
3600+
"wrap": "false",
3601+
"searchable": "true"
3602+
},
35233603
{
35243604
"type": "programming",
35253605
"wrap": true,
@@ -9395,6 +9475,26 @@
93959475
"searchable": "true",
93969476
"tmScope": "none"
93979477
},
9478+
{
9479+
"type": "data",
9480+
"group": "INI",
9481+
"extensions": [
9482+
".nanorc"
9483+
],
9484+
"filenames": [
9485+
".nanorc",
9486+
"nanorc"
9487+
],
9488+
"tmScope": "source.nanorc",
9489+
"aceMode": "text",
9490+
"languageId": 775996197,
9491+
"name": "nanorc",
9492+
"aliases": [
9493+
"nanorc"
9494+
],
9495+
"wrap": "false",
9496+
"searchable": "true"
9497+
},
93989498
{
93999499
"type": "programming",
94009500
"color": "#94B0C7",

0 commit comments

Comments
 (0)