Skip to content

Commit 139d4c0

Browse files
committed
Readme updated
1 parent b88178f commit 139d4c0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# ts-semantic-external-parser
1+
# ts-semantic-external-parser
2+
A semantic external parser for TypeScript files that can be used together with [GMaster](https://gmaster.io), [PlasticSCM](https://www.plasticscm.com) or [SemanticMerge](https://semanticmerge.com/).
3+
4+
How to use it with _**GMaster**_ is documented [here](http://blog.gmaster.io/2018/03/using-external-parsers-with-gmaster.html).
5+
6+
How to use it with _**SemanticMerge**_ or _**Plastic SCM**_ is described [here](https://users.semanticmerge.com/documentation/external-parsers/external-parsers-guide.shtml) in chapter _"How to invoke Semantic with an external parser"_.
7+
8+
## Build status
9+
TODO
10+
11+
## Issues
12+
Please raise issues on [GitHub](https://github.com/RalfKoban/ts-semantic-external-parser/issues).
13+
If you can repeat the issue then please provide a sample to make it easier for me to also repeat it and then implement a fix.
14+
15+
Please do not hijack unrelated issues, I would rather you create a new issue than add noise to an unrelated issue.

TsSemanticParser.sln

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parser", "Parser\Parser.csp
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{BB018474-E543-44B4-8162-4C2867DF4BA0}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4142A60D-89B4-42C6-8023-0215FC7E5939}"
11+
ProjectSection(SolutionItems) = preProject
12+
.gitignore = .gitignore
13+
README.md = README.md
14+
EndProjectSection
15+
EndProject
1016
Global
1117
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1218
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)