Compare commits
5 commits
a7f11d946b
...
4a77b2d7a0
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a77b2d7a0 | |||
| d094c6291d | |||
| 708c4d69d2 | |||
| 5f5ee66aad | |||
| e744ebffb4 |
5 changed files with 17 additions and 22 deletions
|
|
@ -1,7 +1,12 @@
|
|||
labels:
|
||||
backend: local
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
- name: pre-commit check
|
||||
image: bash
|
||||
commands:
|
||||
- nix develop --command pre-commit run --all
|
||||
|
||||
- name: flake check
|
||||
image: bash
|
||||
commands:
|
||||
|
|
@ -14,15 +19,15 @@ pipeline:
|
|||
|
||||
- name: notify
|
||||
image: bash
|
||||
secrets:
|
||||
- source: matrix_roomid
|
||||
target: room
|
||||
- source: matrix_username
|
||||
target: user
|
||||
- source: matrix_password
|
||||
target: pass
|
||||
- source: matrix_homeserver
|
||||
target: address
|
||||
environment:
|
||||
ADDRESS:
|
||||
from_secret: matrix_homeserver
|
||||
ROOM:
|
||||
from_secret: matrix_roomid
|
||||
USER:
|
||||
from_secret: matrix_username
|
||||
PASS:
|
||||
from_secret: matrix_password
|
||||
commands:
|
||||
- nix run github:ambroisie/matrix-notifier
|
||||
when:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description = "Tiger grammar for the tree-sitter parsing library"
|
|||
version = "0.3.0"
|
||||
keywords = ["incremental", "parsing", "tiger"]
|
||||
categories = ["parsing", "text-editors"]
|
||||
repository = "https://gitea.belanyi.fr/ambroisie/tree-sitter-tiger"
|
||||
repository = "https://git.belanyi.fr/ambroisie/tree-sitter-tiger"
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
||||
|
|
|
|||
|
|
@ -31,8 +31,6 @@ module.exports = grammar({
|
|||
|
||||
conflicts: ($) => [
|
||||
[$._lvalue, $.array_expression],
|
||||
[$._lvalue, $.record_expression],
|
||||
[$._lvalue, $._type_identifier],
|
||||
],
|
||||
|
||||
externals: ($) => [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tree-sitter-tiger",
|
||||
"version": "0.3.0",
|
||||
"description": "tiger grammar for tree-sitter",
|
||||
"description": "Tiger grammar for tree-sitter",
|
||||
"main": "bindings/node",
|
||||
"keywords": [
|
||||
"parsing",
|
||||
|
|
|
|||
8
src/grammar.json
generated
8
src/grammar.json
generated
|
|
@ -1932,14 +1932,6 @@
|
|||
[
|
||||
"_lvalue",
|
||||
"array_expression"
|
||||
],
|
||||
[
|
||||
"_lvalue",
|
||||
"record_expression"
|
||||
],
|
||||
[
|
||||
"_lvalue",
|
||||
"_type_identifier"
|
||||
]
|
||||
],
|
||||
"precedences": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue