You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this bug happen when you install plugin without vim-polyglot?
No Describe the bug:
TOML files should allow inline comments, but this is not shown by the syntax highlighter.
From NeoVim:
From VS Code:
To Reproduce:
PlugInstall vim-polyglot and reproduce the text above
The text was updated successfully, but these errors were encountered:
this seems to work for me, the # a comment gets highlighted the same as # timestep length [s]. highlight trace shows it as a tomlComment. although this identifier is present in both vim upstream version and vim-polyglot, and syntax/toml.vim appears to be identical in both versions except for the polyglot#init#is_disabled() call. I'm using vim 9.1.722. I tried adding a syntax error in the polyglot version and it does appear on edit of toml file, so I presume polyglot one is being used. Not sure about neovim.
Does this bug happen when you install plugin without vim-polyglot?
No
Describe the bug:
TOML files should allow inline comments, but this is not shown by the syntax highlighter.
From NeoVim:
From VS Code:
To Reproduce:
PlugInstall vim-polyglot and reproduce the text above
The text was updated successfully, but these errors were encountered: