GithubHelp home page GithubHelp logo

vcl-mode's Introduction

vcl-mode

Emacs mode for Varnish Configuration Language (VCL) files

vcl-mode's People

Contributors

nigoroll avatar ssm avatar

Stargazers

Sean P. Myrick V19.1.7.2 avatar Francisco J. Velázquez-G. avatar Yanko Simeonoff avatar

Watchers

 avatar James Cloos avatar Francisco J. Velázquez-G. avatar Sean P. Myrick V19.1.7.2 avatar

vcl-mode's Issues

investigate paren highlighting / comment tracking issue

Investigate report from colleague:

<anonymous> när jag laddar in den så fungerar inte paren highlighting på {} längre... Är det något du känner till och kanske till och med har lösning på? :)
<anonymous> jag kommenterade ut rad 279-281 och då fungerar det -- men då fungerar ju inte comment-trackingen...
<anonymous> (eh... multiline-string-tracking menar jag)

Unable to type commas in hash-sign comments if there is other text on the same line

This is a bit of an odd one, I haven't had the time to debug, but I guess it happens in: https://github.com/ssm/vcl-mode/blob/master/vcl-mode.el#L372-L384

When trying to type the regular comma character , in # comments that contain text emacs yells End position is smaller than start position in my minibuffer.

Examples:

vcl 4.0;

sub vcl_recv {
    // I use this sort of comments to describe the issue with the # comments

    // I can place my cursor after the # on the next line and type either text or
    // commas, it doesn't matter if it's a space between the # or not. So that
    // works as expected and would look like this:
    # ,

    // However, if I already have some text in the comment, I can't type the
    // comma character so it would look like this:
    # Test,

    // I can't put in the commas between two words either:
    # Test, test
}

Emacs Version:

GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.16.0)

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.