Fluent is a localization system designed to unleash the expressive power of the natural language.
This is a Sublime Text 3 & 4 package providing Fluent syntax highlighting as well as a couple of completions.
You can also enable highlighting of Fluent embedded inside your JavaScript with JS Custom:
{
"configurations": {
"My Config": {
"custom_templates": {
"tags": {
"ftl": "scope:source.fluent",
},
},
},
},
}
This package is published on Package Control, so you can install it as you would install just
any other package for Sublime (Ctrl/Cmd+Shift+P → pcins
→ Fluent
).