Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to uppercase only certain keywords #8

Open
arturbalabanov opened this issue Apr 26, 2018 · 1 comment
Open

Add options to uppercase only certain keywords #8

arturbalabanov opened this issue Apr 26, 2018 · 1 comment

Comments

@arturbalabanov
Copy link

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.

@jsborjesson
Copy link
Owner

Better late than never! It seems reasonable to me, I would accept a change for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants