Code Monkey home page Code Monkey logo

language-lisp's Introduction

Lisp language support in Atom

Originally converted from Texmate lisp bundle as explained in the atom guide. Some effort to properly customize this package for Atom might still be needed.

Lisp is a big family of programming languages. This package is primarily intended for the most popular Lisp dialect โ€“ the Common Lisp.

For proper Lisp indentation and better editing experience this package should be used in conjunction with some advanced editing tool:

  • Parinfer (suitable for beginners and gurus alike; automatically manages parentheses based on indentation)
  • Paredit (recommended for advanced users; manipulates code as abstract syntax tree)

language-lisp's People

Contributors

cbarrick avatar enriquefernandez avatar fabianhjr avatar j-qak avatar sjlevine avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

language-lisp's Issues

Automatically insert matching quote

When I have this language-lisp package disabled, inserting a double open quote " into a lisp file will automatically insert the closing double one, as the bracket-matcher package does this. Turning on language-lisp overrides this feature (it no longer works). Because quotes are used in Lisp and Elisp for strings and such, it would be a nice feature to have at least a setting in the package settings that could disable and enable a matching quote feature.

Proper identifier recognition

I have two cases where the syntax coloring is not working properly:

Here list in a symbol-name shouldn't be colored:
grafik

Here gk:post-initialize should be all bold and blue.
grafik

Any way to fix this?

Package.loadSettings is deprecated.

Store package settings files in the settings/ directory instead of scoped-properties/

Package.loadSettings (/Applications/Atom.app/Contents/Resources/app/src/package.js:547:9)
<unknown> (/Applications/Atom.app/Contents/Resources/app/src/package.js:168:43)

TAB does nothing for indentation

In language-lisp mode, pressing TAB does nothing. It should be indenting the current line or highlighted block in Common Lisp/SLIME style.

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.