Skip to content

Commit

Permalink
runtime(mysql): update syntax script
Browse files Browse the repository at this point in the history
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#15311

Signed-off-by: Yinzuo Jiang <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
jiangyinzuo authored and chrisbra committed Jul 21, 2024
1 parent aa49512 commit 6e37575
Showing 1 changed file with 169 additions and 145 deletions.
Loading

0 comments on commit 6e37575

Please sign in to comment.