Skip to content

Commit 4176217

Browse files
committed
m4/ts/rc
1 parent 20eee9c commit 4176217

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lua/fittencode/integrations/filetype/extension.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ local extension = {
560560
-- local pathl = path:lower()
561561
-- return not (pathl:find('html%.m4$') or pathl:find('fvwm2rc')) and 'm4' or nil
562562
-- end,
563+
m4 = 'm4',
563564
eml = 'mail',
564565
mk = 'make',
565566
mak = 'make',
@@ -1101,6 +1102,7 @@ local extension = {
11011102
tutor = 'tutor',
11021103
twig = 'twig',
11031104
-- ts = detect_line1('<%?xml', 'xml', 'typescript'),
1105+
ts = 'typescript',
11041106
mts = 'typescript',
11051107
cts = 'typescript',
11061108
tsx = 'typescriptreact',
@@ -1261,6 +1263,7 @@ local extension = {
12611263
reg = 'reg',
12621264
ttl = 'ttl',
12631265
-- rc = detect_rc,
1266+
rc = 'rc',
12641267
-- rch = detect_rc,
12651268
class = 'class',
12661269
sgml = 'sgml',

0 commit comments

Comments
 (0)