aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tools/yql_highlight/generate_vim.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YQL-19616: Improve TextMate and Vim grammarsvitya-smirnov7 days1-13/+17
| | | | | | | | | - Fixed multiline tokens - Fixed REAL number display - Disabled punctuation highlighting - Refactored by extracting properties to core highlighting commit_hash:a2d1eb6e4e49b1cb785b90accbdecebe977faa13
* YQL-19616: Fix BindParameterIdentifier typovitya-smirnov11 days1-3/+3
| | | | commit_hash:d95cb665e7dd63f67ee4ef7a2602f1c9ec34d26f
* Intermediate changesrobot-piglet13 days1-12/+5
| | | | commit_hash:9b36145268d91eb8ed2f7ac54b006a7ee268a593
* YQL-19616: Generate Vim SQL syntax highlightingvitya-smirnov2025-07-151-0/+166
Introduced a Vim syntax highlighting for YQL. This is a replacement for an existing almost manually written conguration. It uses regexes generated from the original ANTLR4 grammar. Now only Default lexer mode is supported. commit_hash:85fa094593bd9d80373754a492b46ede1a50148d