forked from VimPlug/jedi
Fixed issues with the Python3.4 grammar file.
The order of symbols matters. 'file_input' needs to be the first symbol.
This commit is contained in:
@@ -173,6 +173,7 @@ opmap_raw = """
|
||||
// DOUBLESLASH
|
||||
//= DOUBLESLASHEQUAL
|
||||
-> RARROW
|
||||
... ELLIPSIS
|
||||
"""
|
||||
|
||||
opmap = {}
|
||||
|
||||
Reference in New Issue
Block a user