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

consider defining a custom lua editor mode #78

Open
pq opened this issue May 22, 2018 · 2 comments
Open

consider defining a custom lua editor mode #78

pq opened this issue May 22, 2018 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@pq
Copy link
Collaborator

pq commented May 22, 2018

defining our own editor mode would un-gate a few things:

in the long run, it could further help w/

  • customized code completion
  • improved doc integration
@pq
Copy link
Collaborator Author

pq commented Jun 19, 2018

quick update: i've done some digging, specifically targeted at updating syntax (#9). the rub there is that we need to update the parser which does syntax validation in a web worker. the parser fix looks easy however i've not been able to get the worker bit sorted out.

tagging this as "help wanted" in case more web-savvy folks would be up for lending a hand.

/cc @anthonybarsotti @jlmitch5

@pq pq added the help wanted Extra attention is needed label Jun 19, 2018
@pq
Copy link
Collaborator Author

pq commented Jun 19, 2018

for context, here's a branch that gets us to where we'd like to wire-up the worker: pq@02aa78a (createWorker contrib is commented out in lua.js).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant