Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.12 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.12 KB

Fluent

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.

How it looks

You can also enable highlighting of Fluent embedded inside your JavaScript with JS Custom:

{
    "configurations": {
        "My Config": {
            "custom_templates": {
                "tags": {
                    "ftl": "scope:source.fluent",
                },
            },
        },
    },
}

Installation

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+PpcinsFluent).