init
This commit is contained in:
14
micro/syntax/freebsd-kernel.yaml
Normal file
14
micro/syntax/freebsd-kernel.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
filetype: freebsd-kernel
|
||||
|
||||
detect:
|
||||
filename: "GENERIC$"
|
||||
|
||||
rules:
|
||||
- identifier: "^(cpu|ident|options|makeoptions|device|include)"
|
||||
- statement: "\\s\\S*"
|
||||
|
||||
- comment:
|
||||
start: "#"
|
||||
end: "$"
|
||||
rules:
|
||||
- todo: "(TODO|XXX|FIXME):?"
|
||||
Reference in New Issue
Block a user