-
Notifications
You must be signed in to change notification settings - Fork 539
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4254 from James-Yu/regfactor_vlb
Refactor the development of grammars
- Loading branch information
Showing
15 changed files
with
55 additions
and
283 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,5 @@ | ||
# Grammars and language configuration Files | ||
|
||
The following grammar files are retrieved from https://github.com/jlelong/vscode-latex-basics and are updated by the script `npm run update-grammar` | ||
All the `tmLanguage.json` files of this directory are retrieved from https://github.com/jlelong/vscode-latex-basics by running `npm run update-grammar` | ||
|
||
- `Bibtex.tmLanguage.json` | ||
- `LaTeX.tmLanguage.json` | ||
- `TeX.tmLanguage.json` | ||
- `cpp-grammar-bailout.tmLanguage.json` | ||
- `markdown-latex-combined.tmLanguage.json` | ||
|
||
The following language configuration files are built from the corresponding file in `src/` using `npm run update-grammar` | ||
|
||
- `latex-cpp-embedded-language-configuration.json` | ||
- `latex-language-configuration.json` | ||
- `latex3-language-configuration.json` | ||
- `markdown-latex-combined-language-configuration.json` | ||
|
||
The following files are generated from the `.yaml` files located in `src/` using `npm run build-grammar` | ||
|
||
- `BibTeX-style.tmLanguage.json` | ||
- `DocTeX.tmLanguage.json` | ||
- `JLweave.tmLanguage.json` | ||
- `LaTeX-Expl3.tmLanguage.json` | ||
- `Pweave.tmLanguage.json` | ||
- `RSweave.tmLanguage.json` | ||
The language configuration files are built from the files in `src/` by running `npm run update-grammar` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"brackets": [ | ||
["{", "}"], | ||
["[", "]"], | ||
["(", ")"], | ||
["(", ")"] | ||
], | ||
"autoClosingPairs": [ | ||
["{", "}"], | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.