File tree 5 files changed +22
-1
lines changed
5 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @yamachu/workflow-script-highlighter-core" ,
3
+ "version" : " 1.0.0" ,
4
+ "license" : " MIT" ,
5
+ "dependencies" : {
6
+ "@volar/language-core" : " ~2.4.0" ,
7
+ "@volar/typescript" : " ~2.4.0" ,
8
+ "vscode-uri" : " ^3.0.8"
9
+ }
10
+ }
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../tsconfig.base.json" ,
3
+ "compilerOptions" : {
4
+ "outDir" : " out" ,
5
+ "rootDir" : " src"
6
+ },
7
+ "include" : [
8
+ " src"
9
+ ],
10
+ }
Original file line number Diff line number Diff line change 14
14
"@volar/language-core" : " ~2.4.0" ,
15
15
"@volar/language-server" : " ~2.4.0" ,
16
16
"@volar/typescript" : " ~2.4.0" ,
17
+ "@yamachu/workflow-script-highlighter-core" : " *" ,
17
18
"volar-service-typescript" : " volar-2.4" ,
18
19
"vscode-uri" : " ^3.0.8"
19
20
}
Original file line number Diff line number Diff line change 4
4
createTypeScriptProject ,
5
5
loadTsdkByPath ,
6
6
} from "@volar/language-server/node" ;
7
+ import { gitHubScriptLanguagePlugin } from "@yamachu/workflow-script-highlighter-core/src/languagePlugin" ;
7
8
import { create as createTypeScriptServices } from "volar-service-typescript" ;
8
- import { gitHubScriptLanguagePlugin } from "./languagePlugin" ;
9
9
10
10
const connection = createConnection ( ) ;
11
11
const server = createServer ( connection ) ;
You can’t perform that action at this time.
0 commit comments