-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Duplicate predefined counter styles (allows atoms crate to be published)
Signed-off-by: Nico Burns <[email protected]>
- Loading branch information
Showing
2 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */ | ||
|
||
// THIS FILE IS DUPLICATED FROM style/counter_style/predefined.rs. | ||
// TO UPDATE IT: | ||
// - Run `python style/counter_style/updated_predefined.py` | ||
// - Re-copy style/counter_style/predefined.rs to this location | ||
|
||
predefined! { | ||
"decimal", | ||
"decimal-leading-zero", | ||
"arabic-indic", | ||
"armenian", | ||
"upper-armenian", | ||
"lower-armenian", | ||
"bengali", | ||
"cambodian", | ||
"khmer", | ||
"cjk-decimal", | ||
"devanagari", | ||
"georgian", | ||
"gujarati", | ||
"gurmukhi", | ||
"hebrew", | ||
"kannada", | ||
"lao", | ||
"malayalam", | ||
"mongolian", | ||
"myanmar", | ||
"oriya", | ||
"persian", | ||
"lower-roman", | ||
"upper-roman", | ||
"tamil", | ||
"telugu", | ||
"thai", | ||
"tibetan", | ||
"lower-alpha", | ||
"lower-latin", | ||
"upper-alpha", | ||
"upper-latin", | ||
"cjk-earthly-branch", | ||
"cjk-heavenly-stem", | ||
"lower-greek", | ||
"hiragana", | ||
"hiragana-iroha", | ||
"katakana", | ||
"katakana-iroha", | ||
"disc", | ||
"circle", | ||
"square", | ||
"disclosure-open", | ||
"disclosure-closed", | ||
"japanese-informal", | ||
"japanese-formal", | ||
"korean-hangul-formal", | ||
"korean-hanja-informal", | ||
"korean-hanja-formal", | ||
"simp-chinese-informal", | ||
"simp-chinese-formal", | ||
"trad-chinese-informal", | ||
"trad-chinese-formal", | ||
"cjk-ideographic", | ||
"ethiopic-numeric", | ||
} |