We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See Fix syntax highlighting
This article has a number of things to explore but the most actionable seems to be Using a mapping to fix when broken which points out running:
:syntax sync fromstart
should reset the syntax highlighting and correct the problem at hand.
Along with this, they offer up mappings for this:
noremap <F12> <Esc>:syntax sync fromstart<CR> inoremap <F12> <C-o>:syntax sync fromstart<CR>
The text was updated successfully, but these errors were encountered:
Perhaps we want to add a command for this, e.g. :SyntaxHighlightingReset with something like
:SyntaxHighlightingReset
command! SyntaxHighlightingReset syntax sync fromstart
Sorry, something went wrong.
No branches or pull requests
See Fix syntax highlighting
This article has a number of things to explore but the most actionable seems to be Using a mapping to fix when broken which points out running:
should reset the syntax highlighting and correct the problem at hand.
Along with this, they offer up mappings for this:
The text was updated successfully, but these errors were encountered: