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

How does sublime implement support for Gradle?

藏色散人
Release: 2021-12-14 15:32:50
forward
3123 people have browsed it

The following tutorial column of sublime will 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!'
    }
}
Copy after login

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!

Related labels:
source:aliyun.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template