Giter Site home page Giter Site logo

vim-lark-syntax's Introduction

vim-lark-syntax

Plugin to add syntax highlighting to grammar files of the python package lark-parser.

Files must have extension .lark

screenshot

Installation

Manual installation

Clone this repository to your own vim plugins folder

cd your_vim_plugin_path; git clone https://github.com/lark-parser/vim-lark-syntax

Plugin manager

Probably add to your .vimrc something like

MANAGER_NAME 'lark-parser/vim-lark-syntax'

TODO

  • Correct regex patterns highlight
    • Disable highlight of ()[]{} if they are preceded by odd number of \.
    • Highlight *,+,?
  • Highlight , inside templates

vim-lark-syntax's People

Contributors

chanicpanic avatar danjones1618 avatar erezsh avatar omega16 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vim-lark-syntax's Issues

incomplete syntax highlight

I might be doing something wrong here, the following code:

from pulumi import ResourceOptions
from utils.monad import Monad


def create_mvccdb():
    m = Monad()
    sqldb, sqldb_lambda_environment = m.create_sql_database("sqldb", "mysql")

looks like this (about the same as with 'sheerun/vim-polyglot' which highlights almost nothing in Python).

image

> vim --version
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Sep 30 2023 05:45:56)
macOS version - arm64

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.