Skip to content

SirNickolas/SublimeFluent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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