From 4e6a94bcefa277d492b0e0d8a28faa0bd8d5a31a Mon Sep 17 00:00:00 2001 From: Ben S Date: Wed, 9 Sep 2015 15:10:12 +0100 Subject: [PATCH] Add Toml CLM! --- Contents/Language Modules/toml.plist | 78 ++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 Contents/Language Modules/toml.plist diff --git a/Contents/Language Modules/toml.plist b/Contents/Language Modules/toml.plist new file mode 100644 index 0000000..a419272 --- /dev/null +++ b/Contents/Language Modules/toml.plist @@ -0,0 +1,78 @@ + + + + + BBEditDocumentType + CodelessLanguageModule + BBLMColorsSyntax + + BBLMIsCaseSensitive + + BBLMKeywords + + + RunKind + com.barebones.bblm.predefined-symbol + + Keywords + + true + false + + + + + BBLMKeywordPatterns + + + RunKind + com.barebones.bblm.sgml-tag + + Pattern + ^\[.*\]$ + + + + BBLMSuffixMap + + + BBLMLanguageSuffix + .toml + + + + BBLMLanguageCode + TOML + BBLMLanguageDisplayName + TOML + BBLMScansFunctions + + Language Features + + Close Strings 1 + ' + Close Strings 2 + " + End-of-line Ends Strings 1 + + End-of-line Ends Strings 2 + + Escape Char in Strings 1 + \ + Escape Char in Strings 2 + \ + Identifier and Keyword Characters + 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_.-abcdefghijklmnopqrstuvwxyz[] + Open Line Comments + # + Open Parameter Lists + { + Open Statement Blocks + { + Open Strings 1 + ' + Open Strings 2 + " + + +