We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab4e87 commit 7097582Copy full SHA for 7097582
pages/validators/properties.tsx
@@ -4,8 +4,8 @@ import Validator from "../../components/Validator";
4
5
const TomlValidator: NextPage = () => (
6
<Validator
7
- language={"Toml"}
8
- lang={"toml"}
+ language={"Properties"}
+ lang={"properties"}
9
parser={(config) => {
10
let configObject: any = {};
11
try {
pages/validators/yaml.tsx
+ language={"Yaml"}
+ lang={"yaml"}
let configObject;
0 commit comments