Vim syntax conceal in context
问题 I want to conceal variables with names based on Greek symbols and turn them into their Unicode equivalent symbol, similarly to how vim-cute-python works. So for instance, I have this syntax match scalaNiceKeyword "alpha" conceal cchar=α defined in a file for concealing within Scala files which works great except that it's overly aggressive. If I write alphabet it then gets concealed to become αbet , which is noticeably wrong. How can I modify/expand this conceal statement so that it only