mirror of
https://github.com/neovim/neovim.git
synced 2025-11-19 16:51:18 +00:00
Problem:
- `syn region ...`s in syntax/mysql.vim match function names inaccurately.
- no syntax rules for mysql window function.
- coarse highlight definition in syntax/mysql.vim.
Solution:
- add `\<` before the function name for accuracy.
- add syntax rules for mysql window function.
- enhance the highlight definition.
closes: vim/vim#15311
6e37575760
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>