mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Add syntax flags and fix a couple highlighting bugs
This commit is contained in:
@@ -11,8 +11,8 @@ import (
|
||||
|
||||
const (
|
||||
tabSize = 4
|
||||
synLinesUp = 100
|
||||
synLinesDown = 100
|
||||
synLinesUp = 75
|
||||
synLinesDown = 75
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user