Coder Social home page Coder Social logo

bicep-mode's Introduction

Bicep-mode

A major mode for the Bicep language.

I recently started working with Bicep, but found out that there was no package for Emacs. This is my first attempt at writing a package for Emacs, so it can be a bit rough around the edges.

What works

  • Very basic syntax highlighting
  • LSP Intergration (thanks to damienpontifex)

Installing the bicep LSP client

to make this work, you need to install the lsp client

(cd $(mktemp -d) \
    && curl -fLO https://github.com/Azure/bicep/releases/latest/download/bicep-langserver.zip \
    && sudo rm -rf /usr/local/bin/bicep-langserver \
    && sudo unzip -d /usr/local/bin/bicep-langserver bicep-langserver.zip)

I'm working on making this a variable.

Installing this package

This package is not in melpa yet, here are some options to install it.

straight

(bicep-mode :type git :host github :repo "christiaan-janssen/bicep-mode")

Doom Emacs

With Doom Emacs you can clone the package to a local dir and add this to you config.el:

(use-package! "bicep-mode"
  :load-path "path/to/bicep-mode")

bicep-mode's People

Contributors

christiaan-janssen avatar dgchurchill avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.