Skip to content

Instantly share code, notes, and snippets.

@lierdakil
Last active September 4, 2016 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lierdakil/fb151ad1f2b1ca9fa5cc96a9ddb7190e to your computer and use it in GitHub Desktop.
Save lierdakil/fb151ad1f2b1ca9fa5cc96a9ddb7190e to your computer and use it in GitHub Desktop.
Grammar with indentation blocks
fileTypes: []
name: 'TestGrammar'
scopeName: 'source.test-grammar'
patterns: [
{include: '#indent-block'}
]
repository:
'indent-block': {
name: 'indent-block.test-grammar'
begin: '^(\\s+)(?=\\S)'
end: '^(?!\\1\\s+)(?!\s*$)'
patterns: [
{include: '$self'}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment