Updated plugins
This commit is contained in:
@@ -32,6 +32,7 @@ class Source(Base):
|
||||
'rust': r'(\.|::)\w*$',
|
||||
'typescript': r'(\.|\'|")\w*$',
|
||||
'cpp': r'(\.|::|->)\w*$',
|
||||
'c': r'(\.|->)\w*$',
|
||||
}
|
||||
|
||||
# Returns an integer for the start position, as with omnifunc.
|
||||
|
||||
Reference in New Issue
Block a user