parent
8ab8c86bf4
commit
ec83e87680
|
@ -91,6 +91,7 @@ hi_blue = ('blue225', 'default')
|
|||
|
||||
class Go(Fundamental):
|
||||
name = 'Go'
|
||||
extensions = ['.go']
|
||||
grammar = GoGrammar
|
||||
opentokens = ('delimiter',)
|
||||
opentags = {'(': ')', '[': ']', '{': '}'}
|
||||
|
@ -132,9 +133,9 @@ class Go(Fundamental):
|
|||
# 'go.make-cmd': "make",
|
||||
# 'go.make-rel-dir': True,
|
||||
#}
|
||||
#lconfig = {
|
||||
# 'ignore_suffix': ['.o'],
|
||||
#}
|
||||
lconfig = {
|
||||
'ignore_suffix': ['.5', '.6', '.8'],
|
||||
}
|
||||
#_bindings = {
|
||||
# 'close-paren': (')',),
|
||||
# 'close-brace': ('}',),
|
||||
|
|
Loading…
Reference in New Issue