-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
138 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,20 @@ | ||
[application] | ||
|
||
# App (Project) Name | ||
name = "syntastica-dioxus-demo" | ||
|
||
[web.app] | ||
|
||
# HTML title tag content | ||
title = "syntastica + Dioxus demo" | ||
|
||
# include `assets` in web platform | ||
[web.resource] | ||
|
||
# Additional CSS style files | ||
style = [] | ||
|
||
# Additional JavaScript files | ||
script = [] | ||
|
||
[web.resource.dev] | ||
|
||
# Javascript code file | ||
# serve: [dev-server] only | ||
script = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import { defineConfig } from 'vite' | ||
|
||
// https://vitejs.dev/config/ | ||
export default defineConfig({ | ||
}) | ||
export default defineConfig({}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-asm` | ||
|
||
Asm language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Asm language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-bash` | ||
|
||
Bash language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Bash language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-bibtex` | ||
|
||
Bibtex language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Bibtex language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-c` | ||
|
||
C language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
C language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-c_sharp` | ||
|
||
CSharp language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
CSharp language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-comment` | ||
|
||
Comment language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Comment language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-cpp` | ||
|
||
Cpp language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Cpp language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-css` | ||
|
||
Css language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Css language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-dart` | ||
|
||
Dart language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Dart language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-diff` | ||
|
||
Diff language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Diff language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-dockerfile` | ||
|
||
Dockerfile language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Dockerfile language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-ebnf` | ||
|
||
Ebnf language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Ebnf language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-ejs` | ||
|
||
Ejs language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Ejs language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-elixir` | ||
|
||
Elixir language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Elixir language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-erb` | ||
|
||
Erb language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Erb language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-fish` | ||
|
||
Fish language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Fish language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-go` | ||
|
||
Go language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Go language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-haskell` | ||
|
||
Haskell language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Haskell language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-hexdump` | ||
|
||
Hexdump language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Hexdump language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-html` | ||
|
||
Html language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Html language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-java` | ||
|
||
Java language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Java language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-javascript` | ||
|
||
Javascript language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Javascript language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-jsdoc` | ||
|
||
Jsdoc language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Jsdoc language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-json` | ||
|
||
Json language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Json language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-json5` | ||
|
||
Json5 language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Json5 language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-jsonc` | ||
|
||
Jsonc language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Jsonc language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-julia` | ||
|
||
Julia language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Julia language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-kotlin` | ||
|
||
Kotlin language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Kotlin language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-lalrpop` | ||
|
||
Lalrpop language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Lalrpop language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-latex` | ||
|
||
Latex language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Latex language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-lua` | ||
|
||
Lua language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Lua language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-make` | ||
|
||
Make language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Make language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-markdown` | ||
|
||
Markdown language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Markdown language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-markdown_inline` | ||
|
||
MarkdownInline language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
MarkdownInline language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-nix` | ||
|
||
Nix language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Nix language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-ocaml` | ||
|
||
Ocaml language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Ocaml language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-ocaml_interface` | ||
|
||
OcamlInterface language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
OcamlInterface language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-php` | ||
|
||
Php language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Php language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-printf` | ||
|
||
Printf language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Printf language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-python` | ||
|
||
Python language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Python language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-ql` | ||
|
||
Ql language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Ql language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-regex` | ||
|
||
Regex language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Regex language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-ruby` | ||
|
||
Ruby language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Ruby language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-rush` | ||
|
||
Rush language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Rush language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-rust` | ||
|
||
Rust language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Rust language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-scala` | ||
|
||
Scala language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Scala language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-scss` | ||
|
||
Scss language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Scss language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-sql` | ||
|
||
Sql language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Sql language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-toml` | ||
|
||
Toml language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Toml language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-tsx` | ||
|
||
Tsx language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Tsx language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-typescript` | ||
|
||
Typescript language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Typescript language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-typst` | ||
|
||
Typst language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Typst language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-ursa` | ||
|
||
Ursa language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Ursa language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-verilog` | ||
|
||
Verilog language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Verilog language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# `syntastica-js-wat` | ||
|
||
Wat language support for [`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). | ||
Wat language support for | ||
[`syntastica-js`](https://www.npmjs.com/package/@syntastica/core). |
Oops, something went wrong.