We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20eee9c commit 4176217Copy full SHA for 4176217
1 file changed
lua/fittencode/integrations/filetype/extension.lua
@@ -560,6 +560,7 @@ local extension = {
560
-- local pathl = path:lower()
561
-- return not (pathl:find('html%.m4$') or pathl:find('fvwm2rc')) and 'm4' or nil
562
-- end,
563
+ m4 = 'm4',
564
eml = 'mail',
565
mk = 'make',
566
mak = 'make',
@@ -1101,6 +1102,7 @@ local extension = {
1101
1102
tutor = 'tutor',
1103
twig = 'twig',
1104
-- ts = detect_line1('<%?xml', 'xml', 'typescript'),
1105
+ ts = 'typescript',
1106
mts = 'typescript',
1107
cts = 'typescript',
1108
tsx = 'typescriptreact',
@@ -1261,6 +1263,7 @@ local extension = {
1261
1263
reg = 'reg',
1262
1264
ttl = 'ttl',
1265
-- rc = detect_rc,
1266
+ rc = 'rc',
1267
-- rch = detect_rc,
1268
class = 'class',
1269
sgml = 'sgml',
0 commit comments