mirror of
https://github.com/pnx/dotfiles
synced 2026-08-15 16:38:13 +02:00
opencode: add OAC
This commit is contained in:
parent
a9fc1ca56e
commit
863c63a84b
216 changed files with 39215 additions and 37 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue