You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can divide the keywords into several groups -- types, functions, regular keywords etc.
A config option will be added to let the user specify the groups to be capitalised. By default it be set to all groups.
If a user sets the option to, say, ['keywords', 'types'], in, create and int would be capitalised but not count and sum since they belong in the 'functions' group.
The text was updated successfully, but these errors were encountered:
We can divide the keywords into several groups -- types, functions, regular keywords etc.
A config option will be added to let the user specify the groups to be capitalised. By default it be set to all groups.
If a user sets the option to, say,
['keywords', 'types']
,in
,create
andint
would be capitalised but notcount
andsum
since they belong in the 'functions' group.The text was updated successfully, but these errors were encountered: