Added support for makefile language.

Signed-off-by: Aingeru <aingeru.develop@gmail.com>
This commit is contained in:
Aingeru
2024-03-12 12:49:15 +01:00
parent e1fcaabf3b
commit 2bda10fabb
5 changed files with 53 additions and 2 deletions

View File

@@ -764,5 +764,14 @@
}
}
]
},
{
"language": "Makefile",
"markers": [
{
"type": "line",
"pattern": "#"
}
]
}
]