Home>Article>Development Tools> How does sublime implement support for Gradle?

How does sublime implement support for Gradle?

藏色散人
藏色散人 forward
2021-12-14 15:32:50 2960browse

The following tutorial column ofsublimewill introduce to you how to add support for Gradle configuration files in sublime text. I hope it will be helpful to friends in need!

Add support for Gradle configuration files in sublime text

When I use Sublime to open a build.gradle file, it opens in plain text by default:

How does sublime implement support for Gradle?

Download from this link https://github.com/koizuss/sublime-gradle

After decompressing, place it under the Data\Packages folder of sublime text :

How does sublime implement support for Gradle?

to get Gradle syntax highlighting:

How does sublime implement support for Gradle?

task hello { doLast { println 'Hello world!' } }

How does sublime implement support for Gradle?

The above is the detailed content of How does sublime implement support for Gradle?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:aliyun.com. If there is any infringement, please contact admin@php.cn delete