summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-08-03 21:28:31 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-08-03 21:28:31 -0700
commit4a2256278396f5ef7590bad02091c08fcd05b630 (patch)
treea142172287eeba0d8bf83528a95ff82c66ae4717 /README.md
parent6eba70991479958345ac1fea62c3baec658b377f (diff)
downloadisort-4a2256278396f5ef7590bad02091c08fcd05b630.tar.gz
Resolve #1368: Add extra_standard_library to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a5ba62c6..ed5eff44 100644
--- a/README.md
+++ b/README.md
@@ -341,6 +341,7 @@ capitalization (`known_custom=custom` VS `sections=CUSTOM,...`) for all others r
following mapping:
- `known_standard_library` : `STANDARD_LIBRARY`
+ - `extra_standard_library` : `STANDARD_LIBRARY` # Like known standard library but appends instead of replacing
- `known_future_library` : `FUTURE`
- `known_first_party`: `FIRSTPARTY`
- `known_third_party`: `THIRDPARTY`