File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -423,6 +423,9 @@ require('highlite').setup {
423
423
<li><a href="https://github.com/liuchengxu/graphviz">
424
424
dot
425
425
</a></li>
426
+ <li>
427
+ editorconfig
428
+ </li>
426
429
<li><a href="https://github.com/tpope/vim-git">
427
430
git
428
431
</a></li>
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ cscss
334
334
dart
335
335
dosini
336
336
dot
337
-
337
+ editorconfig
338
338
git
339
339
340
340
go
Original file line number Diff line number Diff line change @@ -911,13 +911,18 @@ local function from_palette(palette, opts)
911
911
if all_syntax or syntax .dosini ~= false then
912
912
groups .dosiniHeader = ' @structure.dosini'
913
913
groups .dosiniLabel = ' @variable.member.dosini'
914
+ groups .dosiniSection = ' @operator.dosini'
914
915
end
915
916
916
917
if all_syntax or syntax .dot ~= false then
917
918
groups .dotKeyChar = ' @character.dot'
918
919
groups .dotType = ' @type.dot'
919
920
end
920
921
922
+ if all_syntax or syntax .editorconfig ~= false then
923
+ groups .editorconfigProperty = ' @property.editorconfig'
924
+ end
925
+
921
926
if all_syntax or syntax .git ~= false then
922
927
groups .gitcommitHeader = ' @comment.documentation.gitcommit'
923
928
groups .gitcommitDiscardedFile = ' gitcommitSelectedFile'
Original file line number Diff line number Diff line change 3
3
--- @alias highlite.groups.from_palette.opts.plugins.nvim ' aerial' | ' barbar' | ' cmp' | ' fzf' | ' gitsigns' | ' indent_blankline' | ' lazy' | ' leap' | ' lsp_signature' | ' lspconfig' | ' lspsaga' | ' mini' | ' neotest' | ' nvim_tree' | ' packer' | ' sniprun' | ' symbols_outline' | ' telescope' | ' todo_comments' | ' treesitter_context' | ' trouble'
4
4
--- @alias highlite.groups.from_palette.opts.plugins.vim ' ale' | ' coc' | ' easymotion' | ' fern' | ' gitgutter' | ' indent_guides' | ' jumpmotion' | ' nerdtree' | ' sandwich' | ' signify' | ' swap' | ' undotree'
5
5
6
- --- @alias highlite.groups.from_palette.opts.syntax ' coq' | ' cpp' | ' cs' | ' css' | ' dart' | ' dosini' | ' dot' | ' git' | ' go' | ' help' | ' html' | ' i3config' | ' java' | ' javascript' | ' json' | ' lua' | ' make' | ' man' | ' markdown' | ' python' | ' razor' | ' ruby' | ' rust' | ' scala' | ' scss' | ' sh' | ' solidity' | ' sql' | ' tex' | ' toml' | ' vim' | ' xdefaults' | ' xml' | ' xxd' | ' yaml'
6
+ --- @alias highlite.groups.from_palette.opts.syntax ' coq' | ' cpp' | ' cs' | ' css' | ' dart' | ' dosini' | ' dot' | ' editorconfig ' | ' git' | ' go' | ' help' | ' html' | ' i3config' | ' java' | ' javascript' | ' json' | ' lua' | ' make' | ' man' | ' markdown' | ' python' | ' razor' | ' ruby' | ' rust' | ' scala' | ' scss' | ' sh' | ' solidity' | ' sql' | ' tex' | ' toml' | ' vim' | ' xdefaults' | ' xml' | ' xxd' | ' yaml'
7
7
8
8
--- @class highlite.groups.from_palette.opts.plugins
9
9
--- @field nvim boolean |{ [highlite.groups.from_palette.opts.plugins.nvim] : nil | boolean }
You can’t perform that action at this time.
0 commit comments