Skip to content

sportshead/cie.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

cie.nvim

Part of my larger project to provide language tooling for Cambridge IGCSE/A Level Computer Science pseudocode.

Syntax highlighting support for CIE pseudocode in neovim using tree-sitter-cie.

This currently only supports IGCSE syntax. A Level syntax support is planned, but is slightly different and incompatible, so will probably have a different file extension.

Installation

lazy.nvim:

{
    "sportshead/cie.nvim",
    config = true,
    dependencies = {"nvim-treesitter/nvim-treesitter"},
    lazy = false, -- `ft = "cie"` won't work since the filetype is registered in the plugin
}

Make sure to run :TSInstall cie after loading the plugin.

About

Neovim plugin for Cambridge IGCSE/A Level pseudocode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published