Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit a452fdc

Browse files
Added .agc and .aea to the list of file extensions handled.
1 parent bd28a76 commit a452fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lang-apollo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ PR.registerLangHandler(
4848
// A printable non-space non-special character
4949
[PR.PR_PUNCTUATION, /^[^\w\t\n\r \xA0()\"\\\';]+/]
5050
]),
51-
['apollo']);
51+
['apollo', 'agc', 'aea']);

0 commit comments

Comments
 (0)