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