mirror of https://github.com/XAMPPRocky/tokei
Add macro file extension `fnlm` for Fennel (#1293)
This commit is contained in:
parent
fe513a7bee
commit
21f3da2c38
|
|
@ -541,7 +541,7 @@
|
|||
"Fennel" : {
|
||||
"line_comment": [";", ";;"],
|
||||
"quotes": [["\\\"", "\\\""]],
|
||||
"extensions": ["fnl"]
|
||||
"extensions": ["fnl", "fnlm"]
|
||||
},
|
||||
"Fish": {
|
||||
"shebangs": ["#!/bin/fish"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue