mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Fix typo: "cotal" => "octal"
This commit is contained in:
parent
6130726c7f
commit
342d31a7b1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ header "^#!.*\/(env +)ts-node"
|
|||
## Default
|
||||
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]?)?\>"
|
||||
|
||||
## Floating point number with at least one digit before decimal point
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue