Skip to content

Commit

Permalink
Replase bsl grammar source
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Nov 6, 2024
1 parent f164d13 commit e5275e4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@
[submodule "vendor/grammars/atom-fstar"]
path = vendor/grammars/atom-fstar
url = https://github.com/FStarLang/atom-fstar
[submodule "vendor/grammars/atom-language-1c-bsl"]
path = vendor/grammars/atom-language-1c-bsl
url = https://github.com/xDrivenDevelopment/atom-language-1c-bsl.git
[submodule "vendor/grammars/atom-language-clean"]
path = vendor/grammars/atom-language-clean
url = https://github.com/timjs/atom-language-clean.git
Expand Down Expand Up @@ -1253,6 +1250,9 @@
[submodule "vendor/grammars/vsc-fennel"]
path = vendor/grammars/vsc-fennel
url = https://github.com/kongeor/vsc-fennel
[submodule "vendor/grammars/vsc-language-1c-bsl"]
path = vendor/grammars/vsc-language-1c-bsl
url = https://github.com/1c-syntax/vsc-language-1c-bsl.git
[submodule "vendor/grammars/vscode-TalonScript"]
path = vendor/grammars/vscode-TalonScript
url = https://github.com/mrob95/vscode-TalonScript.git
Expand Down
6 changes: 3 additions & 3 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@ vendor/grammars/atom-firestore-grammar:
- source.firestore
vendor/grammars/atom-fstar:
- source.fstar
vendor/grammars/atom-language-1c-bsl:
- source.bsl
- source.sdbl
vendor/grammars/atom-language-clean:
- source.clean
- text.restructuredtext.clean
Expand Down Expand Up @@ -1120,6 +1117,9 @@ vendor/grammars/vsc-ember-syntax:
- text.html.ember-handlebars
vendor/grammars/vsc-fennel:
- source.fnl
vendor/grammars/vsc-language-1c-bsl:
- source.bsl
- source.sdbl
vendor/grammars/vscode-TalonScript:
- markdown.talon.codeblock
- source.talon
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
**Note:** grammars marked with 🐌 are not updated when Linguist is so upstream fixes may take longer to appear on GitHub.

<!-- Everything below this line is auto-generated by script/list-grammars. Manual edits will be lost -->
- **1C Enterprise:** [xDrivenDevelopment/atom-language-1c-bsl](https://github.com/xDrivenDevelopment/atom-language-1c-bsl)
- **1C Enterprise:** [1c-syntax/vsc-language-1c-bsl](https://github.com/1c-syntax/vsc-language-1c-bsl)
- **2-Dimensional Array:** [Alhadis/language-etc](https://github.com/Alhadis/language-etc)
- **4D:** [ayoubserti/lang-4d](https://github.com/ayoubserti/lang-4d)
- **ABAP:** [pvl/abap.tmbundle](https://github.com/pvl/abap.tmbundle)
Expand Down
1 change: 0 additions & 1 deletion vendor/grammars/atom-language-1c-bsl
Submodule atom-language-1c-bsl deleted from 289454
1 change: 1 addition & 0 deletions vendor/grammars/vsc-language-1c-bsl
Submodule vsc-language-1c-bsl added at 0204d3
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: atom-language-1c-bsl
version: 289454b53797ddc6fe193486c5a08310c214da7e
name: vsc-language-1c-bsl
version: 10e5889362637b4e46f5d9bcd9d860b124b660b5
type: git_submodule
homepage: https://github.com/xDrivenDevelopment/atom-language-1c-bsl.git
homepage: https://github.com/1c-syntax/vsc-language-1c-bsl.git
license: mit
licenses:
- sources: LICENSE.md
Expand Down Expand Up @@ -32,4 +32,6 @@ licenses:
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: "[MIT](https://github.com/1c-syntax/vsc-language-1c-bsl/blob/master/LICENSE.md)"
notices: []

0 comments on commit e5275e4

Please sign in to comment.