File tree Expand file tree Collapse file tree 32 files changed +1183
-0
lines changed
tm-grammar-cpp/tm-grammar-cpp.1.0.0
tm-grammar-cram/tm-grammar-cram.1.0.0
tm-grammar-css/tm-grammar-css.1.0.0
tm-grammar-c/tm-grammar-c.1.0.0
tm-grammar-diff/tm-grammar-diff.1.0.0
tm-grammar-dockerfile/tm-grammar-dockerfile.1.0.0
tm-grammar-dune/tm-grammar-dune.1.0.0
tm-grammar-go/tm-grammar-go.1.0.0
tm-grammar-graphql/tm-grammar-graphql.1.0.0
tm-grammar-html/tm-grammar-html.1.0.0
tm-grammar-javascript/tm-grammar-javascript.1.0.0
tm-grammar-java/tm-grammar-java.1.0.0
tm-grammar-jsonc/tm-grammar-jsonc.1.0.0
tm-grammar-json/tm-grammar-json.1.0.0
tm-grammar-makefile/tm-grammar-makefile.1.0.0
tm-grammar-markdown/tm-grammar-markdown.1.0.0
tm-grammar-menhir/tm-grammar-menhir.1.0.0
tm-grammar-mlx/tm-grammar-mlx.1.0.0
tm-grammar-ocamllex/tm-grammar-ocamllex.1.0.0
tm-grammar-ocaml/tm-grammar-ocaml.1.0.0
tm-grammar-opam/tm-grammar-opam.1.0.0
tm-grammar-python/tm-grammar-python.1.0.0
tm-grammar-reason/tm-grammar-reason.1.0.0
tm-grammar-ruby/tm-grammar-ruby.1.0.0
tm-grammar-rust/tm-grammar-rust.1.0.0
tm-grammar-shellscript/tm-grammar-shellscript.1.0.0
tm-grammar-sql/tm-grammar-sql.1.0.0
tm-grammar-toml/tm-grammar-toml.1.0.0
tm-grammar-tsx/tm-grammar-tsx.1.0.0
tm-grammar-typescript/tm-grammar-typescript.1.0.0
tm-grammar-yaml/tm-grammar-yaml.1.0.0
tm-grammars/tm-grammars.1.0.0 Expand file tree Collapse file tree 32 files changed +1183
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "TextMate grammar for c"
3+ maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4+ authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5+ license: "MIT"
6+ homepage: "https://github.com/davesnx/tm-grammars"
7+ bug-reports: "https://github.com/davesnx/tm-grammars/issues"
8+ depends: [
9+ "dune" {>= "3.17"}
10+ "ocaml"
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/davesnx/tm-grammars.git"
28+ url {
29+ src:
30+ "https://github.com/davesnx/tm-grammars/releases/download/1.0.0/tm-grammars-1.0.0.tbz"
31+ checksum: [
32+ "sha256=a0ec0dd40108f712fe5671a0c752bc04c68721de177850a45acdd70aa5fdca2c"
33+ "sha512=313b736af6948a2c9d48ad7a000077a6191a884216c1d5b5824ac7d5f041cf59ad468ae64d15165bcb8973882fa9c778e808da52620e53788ea0ef70deac9418"
34+ ]
35+ }
36+ x-commit-hash: "5a4757ac527c27b876c7b4a15a7240639f30aa10"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "TextMate grammar for cpp"
3+ maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4+ authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5+ license: "MIT"
6+ homepage: "https://github.com/davesnx/tm-grammars"
7+ bug-reports: "https://github.com/davesnx/tm-grammars/issues"
8+ depends: [
9+ "dune" {>= "3.17"}
10+ "ocaml"
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/davesnx/tm-grammars.git"
28+ url {
29+ src:
30+ "https://github.com/davesnx/tm-grammars/releases/download/1.0.0/tm-grammars-1.0.0.tbz"
31+ checksum: [
32+ "sha256=a0ec0dd40108f712fe5671a0c752bc04c68721de177850a45acdd70aa5fdca2c"
33+ "sha512=313b736af6948a2c9d48ad7a000077a6191a884216c1d5b5824ac7d5f041cf59ad468ae64d15165bcb8973882fa9c778e808da52620e53788ea0ef70deac9418"
34+ ]
35+ }
36+ x-commit-hash: "5a4757ac527c27b876c7b4a15a7240639f30aa10"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "TextMate grammar for cram"
3+ maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4+ authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5+ license: "MIT"
6+ homepage: "https://github.com/davesnx/tm-grammars"
7+ bug-reports: "https://github.com/davesnx/tm-grammars/issues"
8+ depends: [
9+ "dune" {>= "3.17"}
10+ "ocaml"
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/davesnx/tm-grammars.git"
28+ url {
29+ src:
30+ "https://github.com/davesnx/tm-grammars/releases/download/1.0.0/tm-grammars-1.0.0.tbz"
31+ checksum: [
32+ "sha256=a0ec0dd40108f712fe5671a0c752bc04c68721de177850a45acdd70aa5fdca2c"
33+ "sha512=313b736af6948a2c9d48ad7a000077a6191a884216c1d5b5824ac7d5f041cf59ad468ae64d15165bcb8973882fa9c778e808da52620e53788ea0ef70deac9418"
34+ ]
35+ }
36+ x-commit-hash: "5a4757ac527c27b876c7b4a15a7240639f30aa10"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "TextMate grammar for css"
3+ maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4+ authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5+ license: "MIT"
6+ homepage: "https://github.com/davesnx/tm-grammars"
7+ bug-reports: "https://github.com/davesnx/tm-grammars/issues"
8+ depends: [
9+ "dune" {>= "3.17"}
10+ "ocaml"
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/davesnx/tm-grammars.git"
28+ url {
29+ src:
30+ "https://github.com/davesnx/tm-grammars/releases/download/1.0.0/tm-grammars-1.0.0.tbz"
31+ checksum: [
32+ "sha256=a0ec0dd40108f712fe5671a0c752bc04c68721de177850a45acdd70aa5fdca2c"
33+ "sha512=313b736af6948a2c9d48ad7a000077a6191a884216c1d5b5824ac7d5f041cf59ad468ae64d15165bcb8973882fa9c778e808da52620e53788ea0ef70deac9418"
34+ ]
35+ }
36+ x-commit-hash: "5a4757ac527c27b876c7b4a15a7240639f30aa10"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "TextMate grammar for diff"
3+ maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4+ authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5+ license: "MIT"
6+ homepage: "https://github.com/davesnx/tm-grammars"
7+ bug-reports: "https://github.com/davesnx/tm-grammars/issues"
8+ depends: [
9+ "dune" {>= "3.17"}
10+ "ocaml"
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/davesnx/tm-grammars.git"
28+ url {
29+ src:
30+ "https://github.com/davesnx/tm-grammars/releases/download/1.0.0/tm-grammars-1.0.0.tbz"
31+ checksum: [
32+ "sha256=a0ec0dd40108f712fe5671a0c752bc04c68721de177850a45acdd70aa5fdca2c"
33+ "sha512=313b736af6948a2c9d48ad7a000077a6191a884216c1d5b5824ac7d5f041cf59ad468ae64d15165bcb8973882fa9c778e808da52620e53788ea0ef70deac9418"
34+ ]
35+ }
36+ x-commit-hash: "5a4757ac527c27b876c7b4a15a7240639f30aa10"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "TextMate grammar for dockerfile"
3+ maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4+ authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5+ license: "MIT"
6+ homepage: "https://github.com/davesnx/tm-grammars"
7+ bug-reports: "https://github.com/davesnx/tm-grammars/issues"
8+ depends: [
9+ "dune" {>= "3.17"}
10+ "ocaml"
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/davesnx/tm-grammars.git"
28+ url {
29+ src:
30+ "https://github.com/davesnx/tm-grammars/releases/download/1.0.0/tm-grammars-1.0.0.tbz"
31+ checksum: [
32+ "sha256=a0ec0dd40108f712fe5671a0c752bc04c68721de177850a45acdd70aa5fdca2c"
33+ "sha512=313b736af6948a2c9d48ad7a000077a6191a884216c1d5b5824ac7d5f041cf59ad468ae64d15165bcb8973882fa9c778e808da52620e53788ea0ef70deac9418"
34+ ]
35+ }
36+ x-commit-hash: "5a4757ac527c27b876c7b4a15a7240639f30aa10"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "TextMate grammar for dune"
3+ maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4+ authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5+ license: "MIT"
6+ homepage: "https://github.com/davesnx/tm-grammars"
7+ bug-reports: "https://github.com/davesnx/tm-grammars/issues"
8+ depends: [
9+ "dune" {>= "3.17"}
10+ "ocaml"
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/davesnx/tm-grammars.git"
28+ url {
29+ src:
30+ "https://github.com/davesnx/tm-grammars/releases/download/1.0.0/tm-grammars-1.0.0.tbz"
31+ checksum: [
32+ "sha256=a0ec0dd40108f712fe5671a0c752bc04c68721de177850a45acdd70aa5fdca2c"
33+ "sha512=313b736af6948a2c9d48ad7a000077a6191a884216c1d5b5824ac7d5f041cf59ad468ae64d15165bcb8973882fa9c778e808da52620e53788ea0ef70deac9418"
34+ ]
35+ }
36+ x-commit-hash: "5a4757ac527c27b876c7b4a15a7240639f30aa10"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "TextMate grammar for go"
3+ maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4+ authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5+ license: "MIT"
6+ homepage: "https://github.com/davesnx/tm-grammars"
7+ bug-reports: "https://github.com/davesnx/tm-grammars/issues"
8+ depends: [
9+ "dune" {>= "3.17"}
10+ "ocaml"
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/davesnx/tm-grammars.git"
28+ url {
29+ src:
30+ "https://github.com/davesnx/tm-grammars/releases/download/1.0.0/tm-grammars-1.0.0.tbz"
31+ checksum: [
32+ "sha256=a0ec0dd40108f712fe5671a0c752bc04c68721de177850a45acdd70aa5fdca2c"
33+ "sha512=313b736af6948a2c9d48ad7a000077a6191a884216c1d5b5824ac7d5f041cf59ad468ae64d15165bcb8973882fa9c778e808da52620e53788ea0ef70deac9418"
34+ ]
35+ }
36+ x-commit-hash: "5a4757ac527c27b876c7b4a15a7240639f30aa10"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "TextMate grammar for graphql"
3+ maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4+ authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5+ license: "MIT"
6+ homepage: "https://github.com/davesnx/tm-grammars"
7+ bug-reports: "https://github.com/davesnx/tm-grammars/issues"
8+ depends: [
9+ "dune" {>= "3.17"}
10+ "ocaml"
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/davesnx/tm-grammars.git"
28+ url {
29+ src:
30+ "https://github.com/davesnx/tm-grammars/releases/download/1.0.0/tm-grammars-1.0.0.tbz"
31+ checksum: [
32+ "sha256=a0ec0dd40108f712fe5671a0c752bc04c68721de177850a45acdd70aa5fdca2c"
33+ "sha512=313b736af6948a2c9d48ad7a000077a6191a884216c1d5b5824ac7d5f041cf59ad468ae64d15165bcb8973882fa9c778e808da52620e53788ea0ef70deac9418"
34+ ]
35+ }
36+ x-commit-hash: "5a4757ac527c27b876c7b4a15a7240639f30aa10"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "TextMate grammar for html"
3+ maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4+ authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5+ license: "MIT"
6+ homepage: "https://github.com/davesnx/tm-grammars"
7+ bug-reports: "https://github.com/davesnx/tm-grammars/issues"
8+ depends: [
9+ "dune" {>= "3.17"}
10+ "ocaml"
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/davesnx/tm-grammars.git"
28+ url {
29+ src:
30+ "https://github.com/davesnx/tm-grammars/releases/download/1.0.0/tm-grammars-1.0.0.tbz"
31+ checksum: [
32+ "sha256=a0ec0dd40108f712fe5671a0c752bc04c68721de177850a45acdd70aa5fdca2c"
33+ "sha512=313b736af6948a2c9d48ad7a000077a6191a884216c1d5b5824ac7d5f041cf59ad468ae64d15165bcb8973882fa9c778e808da52620e53788ea0ef70deac9418"
34+ ]
35+ }
36+ x-commit-hash: "5a4757ac527c27b876c7b4a15a7240639f30aa10"
You can’t perform that action at this time.
0 commit comments