]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/languages/gradle.js
1 /*! `gradle` grammar compiled for Highlight.js 11.11.1 */
3 var hljsGrammar
= (function () {
8 Description: Gradle is an open-source build automation tool focused on flexibility and performance.
9 Website: https://gradle.org
10 Author: Damian Mee <mee.damian@gmail.com>
11 Category: build-system
14 function gradle(hljs
) {
37 "sourceCompatibility",
38 "targetCompatibility",
181 case_insensitive: true,
184 hljs
.C_LINE_COMMENT_MODE
,
185 hljs
.C_BLOCK_COMMENT_MODE
,
186 hljs
.APOS_STRING_MODE
,
187 hljs
.QUOTE_STRING_MODE
,
199 hljs
.registerLanguage('gradle', hljsGrammar
);