From 342d31a7b1f9e21d2a95a4e0a35d3f1449f34927 Mon Sep 17 00:00:00 2001 From: miku86 Date: Thu, 19 Nov 2020 16:49:48 +0100 Subject: [PATCH] Fix typo: "cotal" => "octal" --- ts.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts.nanorc b/ts.nanorc index 1a8d85c..b504c1e 100644 --- a/ts.nanorc +++ b/ts.nanorc @@ -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