lib/code_rippa/syntax/gtd.syntax in code_rippa-0.0.7 vs lib/code_rippa/syntax/gtd.syntax in code_rippa-1.0.0

- old
+ new

@@ -1,22 +1,22 @@ ---- +--- name: GTD -fileTypes: +fileTypes: - gtd scopeName: text.plain.gtd uuid: A984336E-2C65-4152-8FC0-34D2E73721DA -patterns: +patterns: - name: markup.other.pagename match: "[A-Z][a-z]+([A-Z][a-z]*)+" - name: string.unquoted.gtd - match: ^-\s{2}\S+\s + match: "^-\\s{2}\\S+\\s" - name: entity.name.tag.gtd - match: ^<-\s\S+\s + match: "^<-\\s\\S+\\s" - name: constant.language.gtd - match: ^->\s\S+\s + match: "^->\\s\\S+\\s" - name: variable.language.gtd - match: ^\+\s{2}\S+\s + match: "^\\+\\s{2}\\S+\\s" - name: comment.line.gtd - match: ^\^\s{2}\S+\s + match: "^\\^\\s{2}\\S+\\s" - name: support.class.exception.gtd - match: ^\!\s{2}\S+\s -keyEquivalent: ^~G + match: "^\\!\\s{2}\\S+\\s" +keyEquivalent: "^~G"