Skip to content

Commit

Permalink
Merge pull request #2 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Jan 17, 2025
2 parents 26acbe6 + 30a4032 commit 10c6897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/deoplete/sources/kindness.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, vim):
super().__init__(vim)
self.name: Optional[str] = 'kindness'
self.filetypes: Optional[list] = ['ruby']
mark_synbol: Optional[str] = '[RbMethod_pandas]'
mark_synbol: Optional[str] = '[Ruby_pandas]'
self.mark: Optional[str] = str(mark_synbol)
ruby_match: Optional[list] = [r'\.[a-zA-Z0-9_?!]*|[a-zA-Z]\w*::\w*']
slash_none: Optional[list] = [r'[;/[^¥/]\*/]']
Expand Down

0 comments on commit 10c6897

Please sign in to comment.