mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 04:46:30 -04:00
[try to] detect go based on header
This commit is contained in:
@@ -2,7 +2,7 @@ filetype: go
|
||||
|
||||
detect:
|
||||
filename: "\\.go$"
|
||||
header: "^package\\s.*"
|
||||
header: "(^package\\s.*)"
|
||||
|
||||
rules:
|
||||
# Conditionals and control flow
|
||||
|
||||
Reference in New Issue
Block a user