mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
fix(highlights): section headings in ini, git_config editorconfig (#7108)
Section headers should be `@markup.heading` in ini-like grammars and `@string.special.path` in editorconfig.
This commit is contained in:
parent
a1573a9135
commit
5b8b126de0
3 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(section_name
|
||||
(text) @type) ; consistency with toml
|
||||
(text) @markup.heading)
|
||||
|
||||
(comment) @comment @spell
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue