File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ msgstr ""
661
661
662
662
#. type: Plain text
663
663
#: doc/rust.md:319
664
- msgid "An _integer literal_ has one of three forms:"
664
+ msgid "An _integer literal_ has one of four forms:"
665
665
msgstr ""
666
666
667
667
#. type: Bullet: ' * '
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ syn match rustNumber display "\<[0-9][0-9_]*\(i\|i8\|i16\|i32\|i64\)\>"
160
160
161
161
syn match rustHexNumber display " \< 0x[a-fA-F0-9_]\+\> "
162
162
syn match rustHexNumber display " \< 0x[a-fA-F0-9_]\+\( u\| u8\| u16\| u32\| u64\)\> "
163
- syn match rustHexNumber display " \< 0x[0 -9_]\+\( i8\| i16\| i32\| i64\)\> "
163
+ syn match rustHexNumber display " \< 0x[a-fA-F0 -9_]\+\( i8\| i16\| i32\| i64\)\> "
164
164
syn match rustOctNumber display " \< 0o[0-7_]\+\> "
165
165
syn match rustOctNumber display " \< 0o[0-7_]\+\( u\| u8\| u16\| u32\| u64\)\> "
166
166
syn match rustOctNumber display " \< 0o[0-7_]\+\( i8\| i16\| i32\| i64\)\> "
You can’t perform that action at this time.
0 commit comments