Add macro file extension `fnlm` for Fennel (#1293)

This commit is contained in:
Hoang Nguyen 2025-11-16 19:04:01 +00:00 committed by GitHub
parent fe513a7bee
commit 21f3da2c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@
"Fennel" : {
"line_comment": [";", ";;"],
"quotes": [["\\\"", "\\\""]],
"extensions": ["fnl"]
"extensions": ["fnl", "fnlm"]
},
"Fish": {
"shebangs": ["#!/bin/fish"],