From f3428fef60770b9315fc191d950870440012533d Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Fri, 17 Oct 2025 16:36:56 +0200 Subject: [PATCH] Remove nonword option from FirstPerson.yml I am not sure if this has any effect on anything else, but this property seems to cause issues with the underlines in extensions that use the language server, removing it fixes that. If you feel it's needed, I'll try and find another solution. --- Google/FirstPerson.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Google/FirstPerson.yml b/Google/FirstPerson.yml index 0b7b882..9bccaa8 100644 --- a/Google/FirstPerson.yml +++ b/Google/FirstPerson.yml @@ -3,7 +3,6 @@ message: "Avoid first-person pronouns such as '%s'." link: 'https://developers.google.com/style/pronouns#personal-pronouns' ignorecase: true level: warning -nonword: true tokens: - (?:^|\s)I\s - (?:^|\s)I,\s