Skip to content

Commit 9a0d3bf

Browse files
authored
feat: add mts, cts, .stylelintrc, .clangd filetypes (#454)
1 parent 1c7e3e6 commit 9a0d3bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/plenary/filetypes/builtin.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ return {
2121
extension = {
2222
['_coffee'] = 'coffee',
2323
['astro'] = 'astro',
24+
['cts'] = 'typescript',
2425
['cljd'] = 'clojure',
2526
['coffee'] = 'coffee',
2627
['dart'] = 'dart',
@@ -39,6 +40,7 @@ return {
3940
['jl'] = 'julia',
4041
['jsx'] = 'javascriptreact',
4142
['kt'] = 'kotlin',
43+
['mts'] = 'typescript',
4244
['nix'] = 'nix',
4345
['plist'] = 'xml',
4446
['purs'] = 'purescript',
@@ -55,9 +57,11 @@ return {
5557
file_name = {
5658
['cakefile'] = 'coffee',
5759
['.babelrc'] = 'json',
60+
['.clangd'] = 'yaml',
5861
['.eslintrc'] = 'json',
5962
['.firebaserc'] = 'json',
6063
['.prettierrc'] = 'json',
64+
['.stylelintrc'] = 'json',
6165
},
6266
shebang = shebang
6367
}

0 commit comments

Comments
 (0)