An implementation of the Language Server Protocol for LaTeX
Find a file
2019-01-30 10:23:23 +01:00
gradle/wrapper Set up project 2018-12-21 14:25:38 +01:00
src Improve detection of line numbers in log parser 2019-01-29 19:54:34 +01:00
.gitignore Show preview of symbols in completion 2019-01-29 19:32:05 +01:00
.travis.yml Enable caching for Travis CI builds 2019-01-30 10:23:23 +01:00
build.gradle Show preview of symbols in completion 2019-01-29 19:32:05 +01:00
codecov.yml Configure Codecov 2019-01-30 10:13:43 +01:00
CONTRIBUTING.md Update readme 2019-01-02 18:55:35 +01:00
gradlew Set up project 2018-12-21 14:25:38 +01:00
gradlew.bat Set up project 2018-12-21 14:25:38 +01:00
LICENSE Initial commit 2018-12-21 14:08:48 +01:00
README.md Remove "Custom Messages" section from the README 2019-01-28 15:59:36 +01:00
settings.gradle Set up project 2018-12-21 14:25:38 +01:00

Build Status codecov

TexLab

A cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system. We provide an extension for Visual Studio Code.

Learn more about the project on our website.

Getting Started

This project uses Gradle. To compile the server and run the tests execute the following command in the project directory:

$ ./gradlew build

To use the local build with the extension, we recommend creating a symbolic link:

$ ln -s ./../texlab-vscode/server/texlab.jar ./build/libs/texlab.jar

Contributing

See CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.