Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 1707663

Browse files
update: filetypes.lua
changed sass and added ansible
1 parent 7ee936b commit 1707663

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/nvim-devdocs/filetypes.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ local M = {
66
["ruby"] = "ruby-3.2",
77
["twig"] = "twig-3",
88
["less"] = "less-4",
9-
["scss"] = "css",
9+
["scss"] = "sass",
1010
["make"] = "gnu_make",
1111
["dockerfile"] = "docker",
1212
["cjs"] = "node",
1313
["mjs"] = "node",
1414
["json"] = "jq",
15+
["yaml"] = "ansible",
1516
["python"] = "python-3.11",
1617
["javascriptreact"] = "react",
1718
["typescriptreact"] = "react",

0 commit comments

Comments
 (0)