Add compiled grammar to top level for use in linguist
This commit is contained in:
Родитель
ed076afde7
Коммит
dd9f0e811b
|
@ -0,0 +1,3 @@
|
|||
This folder contains a compiled version of the textmate grammar for use with systems that need a compiled verison of the grammar in the repository such as linguist. It also contains a patvh for the grammar to make it work with linguist.
|
||||
|
||||
To update the grammar, first build the extension, then run "./updateSyntax".
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
perl -0777 -pe 's/{\s*"include"\s*:\s*"text.html.markdown#[a-zA-Z_]+\"\s*}\s*,//igs' ../extensions/ql-vscode/out/syntaxes/ql.tmLanguage.json > ./ql.tmLanguage.json
|
Загрузка…
Ссылка в новой задаче