Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

refactor: code block scope #58

Merged
merged 6 commits into from
Apr 27, 2016
Merged

Conversation

ldez
Copy link
Member

@ldez ldez commented Apr 21, 2016

  • all the code blocks can be immediately followed by other grammar.
  • fix bug with CSS code block
  • add TypeScript language support
  • split SCSS to SASS and SCSS
  • add custom 'properties' grammar

Note:
I use grammar.tokenizeLines in the tests because grammar.tokenizeLine doesn't work properly with multi-lines content.

  • grammar.tokenizeLine give false positive with multi-lines because it parse multi-lines as a single line.

Fix #20, #39, #59

@nicorikken
Copy link
Contributor

I didn't know about the tokenizeLine vs tokenizeLines, although I noted both to be available. Good catch. I assume this is ready for merge (as all the boxes are ticked?) I'll give it a try.

@ldez ldez force-pushed the languages-reload branch from 4840e17 to f3efa79 Compare April 25, 2016 14:16
@ldez ldez mentioned this pull request Apr 25, 2016
6 tasks
@ldez ldez force-pushed the languages-reload branch from f3efa79 to 492f08e Compare April 25, 2016 17:18
@nicorikken
Copy link
Contributor

Ran a couple of practical tests. Very nice improvements, none of which seem to be a breaking change. I'm up for a merge.

@nicorikken
Copy link
Contributor

Merged!

@ldez ldez deleted the languages-reload branch April 27, 2016 13:34
@ldez ldez modified the milestones: v1.1.0, v1.0.0 May 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source code block requires a blank line
2 participants