Skip to content

Commit

Permalink
feat! Add syntax highlight for configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhniing committed Jul 18, 2024
1 parent a2afe86 commit c03d7c9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/keyd/app.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# vim: ft=toml

[firefoxdeveloperedition]

control.j = C-tab
Expand Down
1 change: 1 addition & 0 deletions .config/keyd/default.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# vim: ft=toml
# sudo ln -s ~/.config/keyd/default.conf /etc/keyd/default.conf

[ids]
Expand Down
7 changes: 7 additions & 0 deletions .config/nvim/lua/setup/nvim-treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ M.config = function ()
ensure_installed = {
'c',
'cpp',
'rust',
'cmake',
'lua',
'php',
Expand All @@ -19,8 +20,14 @@ M.config = function ()
'json',
'json5',
'jsonc',
'xml',
'yaml',
'toml',
'ron',
'markdown',
'markdown_inline',
'org',
'sxhkdrc',
'beancount',
},
highlight = {
Expand Down
2 changes: 2 additions & 0 deletions .config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# vim: ft=sxhkdrc

# Volume
XF86Audio{Mute,LowerVolume,RaiseVolume}
_volume_control.sh {toggle,5%-,5%+}
Expand Down

0 comments on commit c03d7c9

Please sign in to comment.