From cec54837bc1ef6a95b1a51c6a5aad4e032c46313 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Sun, 30 Nov 2014 17:17:13 +1100 Subject: [PATCH] add language grammar for Isabelle theorem prover --- grammars.yml | 2 ++ lib/linguist/languages.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/grammars.yml b/grammars.yml index 10361eef..816c0b16 100644 --- a/grammars.yml +++ b/grammars.yml @@ -408,3 +408,5 @@ https://github.com/vmg/zephir-sublime: - source.php.zephir https://github.com/whitequark/llvm.tmbundle: - source.llvm +https://github.com/lsf37/Isabelle.tmbundle: +- source.isabelle.theory diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 82ce55ec..56fdfea7 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1211,7 +1211,7 @@ Isabelle: color: "#fdcd00" extensions: - .thy - tm_scope: none + tm_scope: source.isabelle.theory J: type: programming