Skip to content

Commit

Permalink
Merge pull request #791 from rsteube/style-keywords
Browse files Browse the repository at this point in the history
style: added public/private to keywords
  • Loading branch information
rsteube authored Jun 21, 2023
2 parents 5abd99b + ba02e13 commit c91bcd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/style/keyword.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ var keywords = map[string]*string{
"strict": &Carapace.KeywordPositive,
"loose": &Carapace.KeywordNegative,

"public": &Carapace.KeywordPositive,
"private": &Carapace.KeywordNegative,

"open": &Carapace.KeywordPositive,
"opened": &Carapace.KeywordPositive,
"close": &Carapace.KeywordNegative,
Expand Down

0 comments on commit c91bcd7

Please sign in to comment.