Skip to content

Commit e6dcd56

Browse files
authored
feat(filetypes): add cppm filetype (#581)
1 parent b0defd5 commit e6dcd56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/plenary/filetypes/base.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ return {
647647
['tfstate.backup'] = [[json]],
648648
['bzl'] = [[bzl]],
649649
['cpp'] = [[cpp]],
650+
['cppm'] = [[cpp]],
650651
['mod'] = [[ampl]],
651652
['idc'] = [[c]],
652653
['hh'] = [[cpp]],

0 commit comments

Comments
 (0)