Giter VIP home page Giter VIP logo

docker.lang's People

Contributors

benbro avatar jaspervandenbosch avatar m007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker.lang's Issues

Doesn't support gedit 3.10.4

When running gedit on Ubuntu 14.04 I receive the following error:

/usr/share/gtksourceview-3.0/language-specs/docker.lang:40: parser error : Specification mandate value for attribute data-pjax-transient

Error parsing the file when starting gedit

On startup I get this error for gedit Version 3.18.3 on Ubuntu 16.04

/usr/share/gtksourceview-3.0/language-specs/docker.lang:42: parser error : Specification mandate value for attribute data-pjax-transient
ame="request-id" content="4E5B:7A62:A9C16C:1146A98:59CDFAAE" data-pjax-transient
                                                                               ^

(gedit:13586): GtkSourceView-WARNING **: Failed to parse '/usr/share/gtksourceview-3.0/language-specs/docker.lang'

(gedit:13586): GtkSourceView-WARNING **: Error reading language specification file '/usr/share/gtksourceview-3.0/language-specs/docker.lang'

Issue with #

Currently a line like

RUN sed -i 's/#dbms.shell.enabled=true/dbms.shell.enabled=true/' /var/lib/neo4j/conf/neo4j.conf

will be highlighted like a comment beginning with the # character. The first characters (especially RUN) are highlighted correctly. So the issue here is that # always will be treated like a comment, even when it is used within quotation marks.

Maybe you could provide an extra highlighting of things within qutation marks, which would fix this issue and add a new nice feature.

        <context id="string" style-ref="string" end-at-line-end="true">
            <start>L?"</start>
            <end>"</end>
        </context>

        <context id="char" style-ref="string" end-at-line-end="true">
            <start>L?'</start>
            <end>'</end>
        </context>

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.