1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-15 16:38:13 +02:00

opencode: add OAC

This commit is contained in:
Henrik Hautakoski 2026-07-08 10:26:58 +02:00
parent a9fc1ca56e
commit 863c63a84b
216 changed files with 39215 additions and 37 deletions

View file

@ -14,12 +14,15 @@ return {
"query",
-- Common data formats
"ini",
"json",
"yaml",
"toml",
"dtd",
"xml",
"kdl",
"tsv",
"csv",
-- git
"git_rebase",
@ -27,23 +30,25 @@ return {
"gitattributes",
"gitignore",
-- build systems
"make",
"cmake",
"ninja",
-- configs
"xresources",
"ssh_config",
"nginx",
"dockerfile",
-- misc
"comment",
"regex",
"re2c",
"xresources",
"sql",
"tsv",
"csv",
"ssh_config",
"printf",
"nginx",
"dockerfile",
"javascript",
"javadoc",
"make",
"cmake",
"ninja"
},
languages = {
dotenv = {