Skip to content

Commit

Permalink
feat(filetypes): add cppm filetype (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfaix authored Feb 11, 2025
1 parent b0defd5 commit e6dcd56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/plenary/filetypes/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ return {
['tfstate.backup'] = [[json]],
['bzl'] = [[bzl]],
['cpp'] = [[cpp]],
['cppm'] = [[cpp]],
['mod'] = [[ampl]],
['idc'] = [[c]],
['hh'] = [[cpp]],
Expand Down

0 comments on commit e6dcd56

Please sign in to comment.