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

Fix emacs-lisp language override for bpa.st #60

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

8dcc
Copy link
Contributor

@8dcc 8dcc commented Nov 2, 2024

According to the pinnwand docs, you can get the valid lexers by making a request to:

http://<INSTANCE>/api/v1/lexer
# Or
http://<INSTANCE>/json/lexers

This JSON reply currently contains:

'emacs-lisp': 'EmacsLisp'

I am guessing this used to be:

'emacs': 'EmacsLisp'

According to the pinnwand docs [1], you can get the valid lexers by making a
request to:

    http://<INSTANCE>/json/lexers

This JSON reply currently contains:

    'emacs-lisp': 'EmacsLisp'

[1] https://pinnwand.readthedocs.io/en/latest/usage.html#json-lexers
@etu etu merged commit ac5f40e into etu:main Nov 7, 2024
0 of 10 checks passed
@8dcc 8dcc deleted the bpast-emacs-lisp branch November 7, 2024 11:41
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

Successfully merging this pull request may close these issues.

2 participants