-
Newbie here {
"language": "c",
"path": "./snippets/c.json"
},
{
"language": "h",
"path": "./snippets/c.json"
}, but it doesn't work. I do call |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! |
Beta Was this translation helpful? Give feedback.
Hi!
Are you sure the filetype is "h"? The
language
-entry does not necessarily match the file-extension, but the filetype (echo &ft
to print it, I think)If that wasn't it, try enabling logging (see other issues, there are some recent ones) and checking the logs, one common issue is malformed (due to a trailing comma🙄🙄) json