Add syntax highlighting for *.def files

This commit is contained in:
kirill.shmakov
2019-02-01 11:37:03 +03:00
parent 8b286faa6a
commit 6c8b3d03fd
31 changed files with 2796 additions and 2 deletions
+6 -2
View File
@@ -13,8 +13,12 @@ dependencies {
}
sourceSets {
"main" { projectDefault() }
"test" { none() }
"main" {
projectDefault()
java.srcDir("gen")
}
"test" { projectDefault() }
}
configureFormInstrumentation()