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

Optimize syntax according to file extension #154

Open
vhda opened this issue Oct 11, 2017 · 0 comments
Open

Optimize syntax according to file extension #154

vhda opened this issue Oct 11, 2017 · 0 comments
Assignees

Comments

@vhda
Copy link
Owner

vhda commented Oct 11, 2017

Consider the possibility of only loading SystemVerilog syntax when the buffer's file name extension is .sv, .svi, .svh or .svp. Do the same for Verilog AMS using the relevant extensions.

While this should improve the syntax performance, it does so at the cost of making the code much more complex. It would also make sense to include a global variable to control this behaviour, adding more complexity to the code that can eventually negate this performance improvement.

Check #147 for more information.

@vhda vhda self-assigned this Oct 11, 2017
@vhda vhda mentioned this issue Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant