Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
452008c8
Commit
452008c8
authored
7 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
syntax: go: colorize only valid octal numbers
Reported-by:
Tom Levy
<
tomlevy93@gmail.com
>
parent
97cbbb0c
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
syntax/go.nanorc
+3
-3
syntax/go.nanorc
with
3 additions
and
3 deletions
+3
-3
syntax/go.nanorc
View file @
452008c8
...
...
@@ -24,9 +24,9 @@ color brightcyan "\<(package|import)\>"
color brightcyan "//[[:space:]]*\+build[[:space:]]+(([a-zA-Z_0-9]+[[:space:]]*)+,[[:space:]]*)*[a-zA-Z_0-9]+"
# Literals.
color red "\<
[0-9]+(\.
[0-
9
]*
)?([Ee][+-]?[0-9]+)?i?
\>"
color red "\B\.[0-9]+([Ee][+-]?[0-9]+)?i?\>"
color red "\<
(0[0-7]*|[1-9][0-9]*|0[xX][0-9a-fA-F]+)
\>"
color red "\<
0(
[0-
7
]*
|[xX][0-9a-fA-F]+)
\>"
color red "
(\<0+|
\B
)
\.[0-9]+([Ee][+-]?[0-9]+)?i?\>"
color red "\<
[1-9][0-9]*(\.[0-9]*)?([Ee][+-]?[0-9]+)?i?
\>"
# Strings and characters; slightly fuzzy.
color red "\<(true|false|nil|iota|_)\>"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help