Skip to content

Commit

Permalink
Fix typo: "cotal" => "octal"
Browse files Browse the repository at this point in the history
  • Loading branch information
miku86 committed Nov 19, 2020
1 parent 6130726 commit 342d31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 342d31a

Please sign in to comment.