Skip to content

Commit 30c7dea

Browse files
authored
ci: add markdown and markdown-inline to updating workflows (#760)
* ci: add markdown and markdown-inline to updating workflows * ci: reorder the lines in matrix.target and remove repeated markdown. Reorder the lines in the target property to find the grammars easily in the future.
1 parent 7b8c9b5 commit 30c7dea

File tree

1 file changed

+71
-70
lines changed

1 file changed

+71
-70
lines changed

.github/workflows/update-grammars.yml

Lines changed: 71 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -16,104 +16,105 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
target:
19+
- actionscript
20+
- ada
1921
- agda
22+
- arduino
23+
- asm
24+
- astro
2025
- bash
26+
- beancount
27+
- bibtex
2128
- c
2229
- c-sharp
30+
- clojure
31+
- cmake
32+
- comment
33+
- commonlisp
2334
- cpp
2435
- css
36+
- csv
37+
- d
38+
- dart
39+
- dockerfile
40+
- elisp
41+
- elixir
2542
- elm
43+
- erlang
44+
- fennel
45+
- fish
2646
- fluent
47+
- fortran
48+
- gdscript
49+
- git-rebase
50+
- gitattributes
51+
- gitcommit
52+
- gitignore
2753
- gleam
54+
- glsl
2855
- go
56+
- gpr
57+
- groovy
58+
- haskell
59+
- haxe
60+
- hcl
61+
- heex
62+
- hlsl
2963
- html
64+
- jai
3065
- janet-simple
3166
- java
3267
- javascript
3368
- jsdoc
3469
- json
70+
- jsonnet
3571
- julia
72+
- kotlin
73+
- latex
74+
- llvm
75+
- llvm-mir
76+
- lua
77+
- magik
78+
- make
79+
- markdown
80+
- markdown-inline
81+
- mermaid
82+
- meson
83+
- ninja
84+
- nix
85+
- noir
3686
- ocaml
87+
- ocaml-interface
88+
- org
89+
- pascal
90+
- perl
91+
- pgn
3792
- php
93+
- prisma
3894
- python
95+
- r
96+
- racket
97+
- rst
3998
- ruby
4099
- rust
41100
- scala
42-
- swift
43-
- typescript
44-
- pgn
45-
- hcl
46-
- elixir
47-
- d
48-
- nix
49-
- prisma
50-
- haskell
51-
- zig
52-
- verilog
53-
- yaml
54-
- erlang
55-
- r
56-
- lua
57-
- toml
58-
- markdown
59101
- scheme
60102
- smithy
61-
- fennel
62-
- clojure
63-
- magik
64-
- meson
65-
- noir
66-
- dart
67-
- elisp
68-
- beancount
69-
- bibtex
70-
- kotlin
71-
- jai
72-
- gdscript
73-
- perl
74-
- dockerfile
75-
- latex
76-
- ada
77-
- vhdl
78-
- xml
79-
- jsonnet
80-
- pascal
81-
- fortran
82-
- comment
83-
- cmake
84-
- asm
85-
- mermaid
86-
- rst
87-
- ocaml-interface
88-
- make
89-
- sql
90-
- gitattributes
91-
- gitignore
92-
- gitcommit
93-
- git-rebase
94103
- solidity
95-
- glsl
96-
- hlsl
97-
- commonlisp
98-
- arduino
99-
- astro
100-
- heex
104+
- sql
105+
- svelte
106+
- swift
107+
- tablegen
101108
- tcl
102-
- fish
103-
- csv
104-
- groovy
105-
- typst
106-
- org
109+
- toml
107110
- twig
108-
- llvm
109-
- racket
110-
- tablegen
111-
- llvm-mir
112-
- actionscript
113-
- ninja
114-
- svelte
115-
- haxe
116-
- gpr
111+
- typescript
112+
- typst
113+
- verilog
114+
- vhdl
115+
- xml
116+
- yaml
117+
- zig
117118
steps:
118119
- uses: actions/checkout@v4
119120
with:

0 commit comments

Comments
 (0)