GithubHelp home page GithubHelp logo

atom-language-harbour's People

Contributors

aperricone avatar hernad avatar jbtule avatar pchaigno avatar vszakats avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

atom-language-harbour's Issues

case insensitive

hi, how I can change the plugin to be case insentitive with respect to harbour keywords ?

I like to write in lowercase...

How to ?

Hi, I'm a newbee with atom, and don't understand how, with your files I clone I can install it in atom.

I have atom 1.4.0 and I'm under ubuntu.

Thanks
A+

escape in string

Hello,
In Harbour there is not the escape sequence, if you write "\n" it is a string with \n, in the same way is you write "" it is a backslash, instead with this case your language parser fails...
I see in harbour.cson line 56 there is a comment about
# TOFIX: String parsing will fail on this string: "\"
is it not enough remove this line?

'patterns': [
        { 'include': '#escaped_character' }
      ]

I am newbie with atom, and I don't know how build a plugin...

In harbour the string can be written with double quote and with single quote, in this way you can write:
'Goofy is a "dog"'
and
"Goofy is a 'dog'"
of
'This string has " < this' + " this ' characters"

Antonino

lost of syntax highlight after a strange line

Hello,
working on my code I found this line, after its the syntax highlight does not work:
METHOD aBitmap( n ) INLINE ( If( n > 0 .and. n <= 10, 5 , nil ) )
The strange thing is it returns after a >...

I tried to understand why, but I am not able to do this.

Antonino

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.