mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-16 04:11:02 +00:00
Merge pull request #1352 from Akito13/master
Additional file extensions
This commit is contained in:
commit
8b4943fc26
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
filetype: nim
|
||||
|
||||
detect:
|
||||
filename: "\\.nim$"
|
||||
filename: "\\.nim$|\\.nims$|nim.cfg"
|
||||
|
||||
rules:
|
||||
- preproc: "[\\{\\|]\\b(atom|lit|sym|ident|call|lvalue|sideeffect|nosideeffect|param|genericparam|module|type|let|var|const|result|proc|method|iterator|converter|macro|template|field|enumfield|forvar|label|nk[a-zA-Z]+|alias|noalias)\\b[\\}\\|]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue