Skip to content
Snippets Groups Projects
  1. Jan 22, 2015
  2. Jan 19, 2015
  3. Jan 17, 2015
  4. Jan 13, 2015
  5. Jan 05, 2015
  6. Jan 03, 2015
  7. Jan 02, 2015
  8. Dec 29, 2014
    • Ankit's avatar
      [sass mode] Improve indentation · 2fc14dba
      Ankit authored
      Fixes bug #2156 for the most part
      
      indention was bugged because it was reaching a wrong state when
      any text that was not in the known set of words or patterns was
      incurred.
      
      for eg:
      	head
      		| <---- cursor should be here
      
      and lets take  color : red as another example
      now 'red' is same to the current tokenizer as 'head' from the first
      example. So it indents for red automatically.
      
      It was fixed by not letting any text after colon to reach the state
      where it appends an indent after it.
      2fc14dba
  9. Dec 22, 2014
  10. Dec 19, 2014
  11. Dec 17, 2014
  12. Dec 16, 2014
  13. Dec 15, 2014
  14. Dec 12, 2014
  15. Dec 11, 2014
  16. Dec 10, 2014
  17. Dec 09, 2014
  18. Dec 08, 2014
  19. Dec 07, 2014
  20. Dec 04, 2014
  21. Dec 03, 2014
  22. Dec 02, 2014
  23. Dec 01, 2014
Loading