Code Monkey home page Code Monkey logo

pkl-mode's Introduction

pkl-mode

Major mode for editing Pkl files.

Screenshot showing syntax highlighting of a Pkl file

Installation

Below are instructions for use-package. If you don't use use-package, you can just add the pkl-mode.el file somewhere in your load-path and require it.

  1. Clone the repository to somewhere on your system.
  2. Add the following to your init file:
(use-package pkl-mode
  :load-path "/path/to/pkl-mode"

  ;; Add your minor modes to the hook if you want them enabled:
  :hook (pkl-mode . rainbow-delimiters-mode)
  
  ;; Check the `pkl' group in Customize for what you can put here.
  :custom
  (pkl-enable-copilot t))
  1. Restart Emacs or evaluate the form.

That's it. Happy hacking!

(Coming soon to MELPA, hopefully.)

Features

  • Syntax highlighting
  • Indentation
  • Commenting
  • Integration with copilot.el

Planned features:

  • Flycheck integration (via pkl eval)
  • lsp-mode and eglot integration (once Pkl has a language server)

Contributing

Contributions are welcome! Feel free to open an issue or a pull request.

License

Copyright (C) 2024 sin-ack. Distributed under the GNU General Public License, version 3.

pkl-mode's People

Contributors

sin-ack avatar

Watchers

 avatar

Forkers

emacsmirror

pkl-mode's Issues

Create `complete-at-point-function`

In lieu of #4, since it's not been merged into Pkl yet, create a simple complete-at-point-function to complete identifiers. Could be made a bit more complex by trying to parse backwards from point and discovering nested objects.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.