Skip to content

Commit 938644b

Browse files
authored
Merge pull request #184 from jaebradley/update-languages-1583871451351
Update Languages File
2 parents ce3c937 + 88257e4 commit 938644b

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

src/languages.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4008,6 +4008,7 @@
40084008
"json with comments"
40094009
],
40104010
"extensions": [
4011+
".jsonc",
40114012
".sublime-build",
40124013
".sublime-commands",
40134014
".sublime-completions",
@@ -4905,6 +4906,9 @@
49054906
".rockspec",
49064907
".wlua"
49074908
],
4909+
"filenames": [
4910+
".luacheckrc"
4911+
],
49084912
"interpreters": [
49094913
"lua"
49104914
],
@@ -6170,6 +6174,22 @@
61706174
"wrap": "false",
61716175
"searchable": "true"
61726176
},
6177+
{
6178+
"type": "programming",
6179+
"extensions": [
6180+
".qasm"
6181+
],
6182+
"color": "#AA70FF",
6183+
"tmScope": "source.qasm",
6184+
"aceMode": "text",
6185+
"languageId": 153739399,
6186+
"name": "OpenQASM",
6187+
"aliases": [
6188+
"openqasm"
6189+
],
6190+
"wrap": "false",
6191+
"searchable": "true"
6192+
},
61736193
{
61746194
"type": "programming",
61756195
"group": "Shell",
@@ -6699,6 +6719,23 @@
66996719
"wrap": "false",
67006720
"searchable": "true"
67016721
},
6722+
{
6723+
"type": "data",
6724+
"extensions": [
6725+
".puml",
6726+
".iuml",
6727+
".plantuml"
6728+
],
6729+
"tmScope": "source.wsd",
6730+
"aceMode": "text",
6731+
"languageId": 833504686,
6732+
"name": "PlantUML",
6733+
"aliases": [
6734+
"plantuml"
6735+
],
6736+
"wrap": "false",
6737+
"searchable": "true"
6738+
},
67026739
{
67036740
"type": "prose",
67046741
"aceMode": "perl",
@@ -10166,7 +10203,8 @@
1016610203
".clang-format",
1016710204
".clang-tidy",
1016810205
".gemrc",
10169-
"glide.lock"
10206+
"glide.lock",
10207+
"yarn.lock"
1017010208
],
1017110209
"aceMode": "yaml",
1017210210
"codemirrorMode": "yaml",

0 commit comments

Comments
 (0)