mnespor / vscode-color-identifiers-mode

GNU General Public License v3.0
14 stars 3 forks source link

fix: allow object prototype keys #5

Closed HugoMcPhee closed 3 years ago

HugoMcPhee commented 3 years ago

fixes #4

HugoMcPhee commented 3 years ago

this is working for .toString(), but ironically doesn't work for .hasOwnProperty , looking into a way to support .hasOwnProperty too

HugoMcPhee commented 3 years ago

now supports hasOwnProperty as a key