Skip to content

Commit 232da97

Browse files
authored
fix: add ftl as a parser that can be enabled (#797)
This schema definition says that `ftl`is not a valid parser, but it has been added with the `fluent-vue` support. It is useful for custom frameworks that use plain fluent project.
1 parent f4e50e9 commit 232da97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,8 @@
849849
"ini",
850850
"po",
851851
"php",
852-
"properties"
852+
"properties",
853+
"ftl"
853854
]
854855
},
855856
"description": "%config.enabled_parsers%"

0 commit comments

Comments
 (0)