We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7e3e6 commit 9a0d3bfCopy full SHA for 9a0d3bf
1 file changed
data/plenary/filetypes/builtin.lua
@@ -21,6 +21,7 @@ return {
21
extension = {
22
['_coffee'] = 'coffee',
23
['astro'] = 'astro',
24
+ ['cts'] = 'typescript',
25
['cljd'] = 'clojure',
26
['coffee'] = 'coffee',
27
['dart'] = 'dart',
@@ -39,6 +40,7 @@ return {
39
40
['jl'] = 'julia',
41
['jsx'] = 'javascriptreact',
42
['kt'] = 'kotlin',
43
+ ['mts'] = 'typescript',
44
['nix'] = 'nix',
45
['plist'] = 'xml',
46
['purs'] = 'purescript',
@@ -55,9 +57,11 @@ return {
55
57
file_name = {
56
58
['cakefile'] = 'coffee',
59
['.babelrc'] = 'json',
60
+ ['.clangd'] = 'yaml',
61
['.eslintrc'] = 'json',
62
['.firebaserc'] = 'json',
63
['.prettierrc'] = 'json',
64
+ ['.stylelintrc'] = 'json',
65
},
66
shebang = shebang
67
}
0 commit comments