Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #131. Change scope type to text. #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 8, 2013

  1. Fixes jashkenas#131. Change scope type to text.

    It seems Sublime Text 2 have a habit of pushing subsequent lines of wrapped **code** one indentation level to the right. It does not do this with **text** (as opposed to code). Whether scope is considered code or text depends on `scopeName` property. If it starts with `source.` - then it's code. If it starts with `text.` - then it's text. Probably it would be better to make prose text and code - code, but I don't know how to.
    
    I think this change makes sense in a way. In literate programming we focus on prose. So it's more text then source... Kinda :)
    tad-lispy committed Apr 8, 2013
    Configuration menu
    Copy the full SHA
    586d7ae View commit details
    Browse the repository at this point in the history