Removing @bhl_bind support

This commit is contained in:
Pavel Shevaev 2023-11-09 13:51:17 +03:00
parent 4d2bd5f356
commit 6e6c9820d3
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@ function supported_tokens()
return [
'POD',
'default',
'virtual',
'bitfields',
'cloneable',
'virtual',
'obscured',
'diffable',
//TODO: this should be in a different package as a plugin
'table_pkey',
'bhl_bind',
'cs_embed',
'cs_implements',
'cs_attributes',