We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9c42ce + d5bd6f7 commit cdcae5eCopy full SHA for cdcae5e
src/languages.json
@@ -3966,6 +3966,7 @@
3966
".coffeelintignore",
3967
".cvsignore",
3968
".dockerignore",
3969
+ ".eleventyignore",
3970
".eslintignore",
3971
".gitignore",
3972
".nodemonignore",
@@ -4931,6 +4932,7 @@
4931
4932
},
4933
{
4934
"type": "markup",
4935
+ "color": "#67b8de",
4936
"extensions": [
4937
".liquid"
4938
],
@@ -7797,6 +7799,8 @@
7797
7799
".pl6",
7798
7800
".pm",
7801
".pm6",
7802
+ ".raku",
7803
+ ".rakumod",
7804
".t"
7805
7806
"interpreters": [
0 commit comments