Skip to content

Commit c46a178

Browse files
Add integer literals to wordPattern
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d22ba88 commit c46a178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

language-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
["(", ")"],
1717
["\"", "\""]
1818
],
19-
"wordPattern": "(-?\\d*\\.\\d\\w*)|([a-zA-Z_][a-zA-Z0-9_\\-?!]*)"
19+
"wordPattern": "(-?\\d*\\.\\d\\w*)|(-?\\d+)|([a-zA-Z_][a-zA-Z0-9_\\-?!]*)"
2020
}

0 commit comments

Comments
 (0)