File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ msgstr ""
661661
662662#. type: Plain text
663663#: doc/rust.md:319
664- msgid "An _integer literal_ has one of three forms:"
664+ msgid "An _integer literal_ has one of four forms:"
665665msgstr ""
666666
667667#. 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\)\>"
160160
161161syn match rustHexNumber display " \< 0x[a-fA-F0-9_]\+\> "
162162syn 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\)\> "
164164syn match rustOctNumber display " \< 0o[0-7_]\+\> "
165165syn match rustOctNumber display " \< 0o[0-7_]\+\( u\| u8\| u16\| u32\| u64\)\> "
166166syn match rustOctNumber display " \< 0o[0-7_]\+\( i8\| i16\| i32\| i64\)\> "
You can’t perform that action at this time.
0 commit comments