Skip to content

feat: add pem language - #5797

Merged
the-mikedavis merged 1 commit into
helix-editor:masterfrom
mtoohey31:feat/pem
Feb 7, 2023
Merged

feat: add pem language#5797
the-mikedavis merged 1 commit into
helix-editor:masterfrom
mtoohey31:feat/pem

Conversation

@mtoohey31

Copy link
Copy Markdown
Contributor

This merge request adds support for PEM files. I'm not sure whether this sort of less commonly editied filetype is something we'd like to support out of the box, but I've been working with PEM files pretty frequently recently, so I figured I'd suggest adding support. Here's a screenshot with the nord theme:

helix-pem

@mtoohey31
mtoohey31 marked this pull request as draft February 3, 2023 04:17
@mtoohey31

Copy link
Copy Markdown
Contributor Author

Just realized the grammar only supports one block per file. I'll update this and mark it as ready once I've fixed that.

@mtoohey31
mtoohey31 marked this pull request as ready for review February 4, 2023 03:51
@mtoohey31

Copy link
Copy Markdown
Contributor Author

Alright, that's been fixed, and I've rebased things and resolved the merge conflicts. Here's a screenshot with multiple blocks:

helix-pem-blocks

@the-mikedavis the-mikedavis added S-waiting-on-review Status: Awaiting review from a maintainer. A-language-support Area: Support for programming/text languages labels Feb 4, 2023

@the-mikedavis the-mikedavis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a pretty small parser (I see tens of KB on Linux) so I think it's ok to add 👍

@the-mikedavis
the-mikedavis merged commit 05c5207 into helix-editor:master Feb 7, 2023
@mtoohey31
mtoohey31 deleted the feat/pem branch February 26, 2023 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-language-support Area: Support for programming/text languages S-waiting-on-review Status: Awaiting review from a maintainer.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants