https://github.com/malexer/syntaxhistory
Plugin for Sublime Text 3 which stores the history of syntax used for files and apply it when files are reopened.
https://github.com/malexer/syntaxhistory
Last synced: 4 months ago
JSON representation
Plugin for Sublime Text 3 which stores the history of syntax used for files and apply it when files are reopened.
- Host: GitHub
- URL: https://github.com/malexer/syntaxhistory
- Owner: malexer
- License: mit
- Created: 2017-01-13T14:02:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T09:13:38.000Z (over 8 years ago)
- Last Synced: 2025-01-11T16:31:02.034Z (5 months ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Syntax History
[](https://travis-ci.org/malexer/SyntaxHistory)
Syntax History is a plugin for Sublime Text 3 which stores the history
of syntax used for files and apply it when files are reopened.It detects when syntax is applied to the file by user, saves it in
a config file and then use this syntax again when file is reopened.# Install
Install using Package Control:
1. Package Control: Install Package
2. Select by name `Syntax History`# Usage
Nothing special, just apply syntax manually to file when it is not
detected or detected incorrectly. Next time openning this file you
should see correct syntax applied.