mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 22:37:10 +09:00
make arduino filetype detection less aggressive (#3848)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
filetype: ino
|
||||
|
||||
detect:
|
||||
filename: "\\.?ino$"
|
||||
filename: "\\.ino$"
|
||||
|
||||
rules:
|
||||
- identifier: "\\b[A-Z_][0-9A-Z_]+\\b"
|
||||
|
||||
Reference in New Issue
Block a user