mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 19:00:27 +01:00
Merge pull request #342 from miku86/patch-1
Fix typo: "cotal" => "octal"
This commit is contained in:
commit
510517c93e
|
@ -4,7 +4,7 @@ header "^#!.*\/(env +)ts-node"
|
||||||
## Default
|
## Default
|
||||||
color white "^.+$"
|
color white "^.+$"
|
||||||
|
|
||||||
## Decimal, cotal and hexadecimal numbers
|
## Decimal, octal and hexadecimal numbers
|
||||||
color yellow "\<[-+]?([1-9][0-9]*|0[0-7]*|0x[0-9a-fA-F]+)([uU][lL]?|[lL][uU]?)?\>"
|
color yellow "\<[-+]?([1-9][0-9]*|0[0-7]*|0x[0-9a-fA-F]+)([uU][lL]?|[lL][uU]?)?\>"
|
||||||
|
|
||||||
## Floating point number with at least one digit before decimal point
|
## Floating point number with at least one digit before decimal point
|
||||||
|
|
Loading…
Reference in New Issue
Block a user