Skip to content

Commit d2663b1

Browse files
authored
Merge pull request andrewbrg#5 from fockjef/patch-2
Update ace.modes.json
2 parents 22fa9a6 + 79c8c36 commit d2663b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/settings/ace.modes.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
"mode": "perl",
9595
"name": "Perl"
9696
},
97+
"pm": {
98+
"icon": "icon-perl",
99+
"mode": "perl",
100+
"name": "Perl Module"
101+
},
97102
"py": {
98103
"icon": "icon-python",
99104
"mode": "python",
@@ -179,4 +184,4 @@
179184
"mode": "yaml",
180185
"name": "Yaml"
181186
}
182-
}
187+
}

0 commit comments

Comments
 (0)