Skip to content

Commit

Permalink
Update built-in file extension list, add Phabricator Arcanist (.arcco…
Browse files Browse the repository at this point in the history
…nfig).
  • Loading branch information
zufuliu committed Dec 7, 2018
1 parent 626becd commit 0cf4f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/FileExt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ JSON Document
jshintrc JSHint Configuration File
eslintrc ESLint Configuration File
jsonld JSON for Linked Data
arcconfig Phabricator Arcanist

PHP Script
php
Expand Down
2 changes: 1 addition & 1 deletion src/EditLexers/stlJSON.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static EDITSTYLE Styles_JSON[] = {
EDITLEXER lexJSON = {
SCLEX_JSON, NP2LEX_JSON,
EDITLEXER_HOLE(L"JSON Document", Styles_JSON),
L"json; har; ipynb; wxcp; jshintrc; eslintrc; jsonld",
L"json; har; ipynb; wxcp; jshintrc; eslintrc; jsonld; arcconfig",
&Keywords_JSON,
Styles_JSON
};
Expand Down

0 comments on commit 0cf4f6e

Please sign in to comment.