We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca60820 commit 427faffCopy full SHA for 427faff
1 file changed
lua/copilot/util.lua
@@ -128,10 +128,21 @@ local eol_by_fileformat = {
128
}
129
130
local language_normalization_map = {
131
+ bash = "shellscript",
132
+ bst = "bibtex",
133
+ cs = "csharp",
134
+ cuda = "cuda-cpp",
135
+ dosbatch = "bat",
136
+ dosini = "ini",
137
+ gitcommit = "git-commit",
138
+ gitrebase = "git-rebase",
139
+ make = "makefile",
140
+ objc = "objective-c",
141
+ objcpp = "objective-cpp",
142
+ ps1 = "powershell",
143
+ raku = "perl6",
144
+ sh = "shellscript",
145
text = "plaintext",
- javascriptreact = "javascript",
- jsx = "javascript",
- typescriptreact = "typescript",
146
147
148
local function language_for_file_type(filetype)
0 commit comments