-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename go_highlight_methods to go_highlight_function_calls
Separating method calls from calls on a package is not easy with the current regexp based syntax highlighting. Is `fmt.Println` a method call or function call? This fixes #1500 by clarifying what the setting is supposed to do. I think this makes sense, because people who want to highlight function declarations probably want to do this for both functions and methods, and people who want to highlight function calls want to do this for functions and methods, too.
- Loading branch information
Showing
2 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters