Revert "Chore: Update Slate to 0.47.8 (#18412)" (#19167)

This reverts commit 601853fc84.
This commit is contained in:
Dominik Prokop
2019-09-17 13:21:50 +02:00
committed by David
parent 601853fc84
commit 503dccb771
51 changed files with 1320 additions and 1707 deletions

View File

@@ -1,8 +1,6 @@
import { Grammar } from 'prismjs';
/* tslint:disable max-line-length */
const tokenizer: Grammar = {
const tokenizer = {
comment: {
pattern: /(^|[^\n])#.*/,
lookbehind: true,