losugrammar README
Features
The "losugrammar" extension provides the following features:
- Code Highlighting: The syntax highlighting plugin can highlight different elements (keywords, variables, functions, etc.) in code in different colors or styles based on the syntax rules of the programming language, making the code more readable and understandable.
- Grammar accuracy: The syntax highlighting plugin has been carefully designed and developed to accurately identify and mark keywords, syntax structures, and semantic elements of different programming languages, ensuring accurate and error free highlighting effects.
- Customizability: Some syntax highlighting plugins allow users to customize colors, styles, and marking rules to meet personal preferences or specific project needs. Users can adjust the appearance and behavior of highlighted code according to their own preferences or team standards.
Requirements
No dependencies required.
Extension Settings
This extension contributes the following settings:
losugrammar.enable : Enable this extension.
- Conflict and overlap: If multiple syntax highlighting plugins or other related plugins are installed simultaneously, it may cause rule conflicts or overlap, resulting in inconsistent or chaotic code highlighting. Solving such problems may require adjusting the loading order of plugins or making appropriate configurations.
Known Issues
- Specific syntax issues: Some programming languages have complex syntax structures or special code conventions, which may cause syntax highlighting plugins to be unable to correctly recognize or process code in certain situations. This may result in some code elements not being highlighted correctly or generating false positives.
- Plugin updates and maintenance: The syntax highlighting plugin needs to be regularly maintained and updated according to the development and updates of the programming language to ensure compatibility with the latest version of the language specification. If the plugin is not updated or maintained in a timely manner, it may cause certain functions to fail or be incompatible with the latest version of the editor.
Release Notes
0.0.1
- Can accurately parse the syntax structure of programming languages, including keywords, operators, variables, functions, comments, etc., and highlight them in different colors or styles.
0.0.2
- Highlight the syntax for adding the keyword return.
- Fix the issue where only dark themes can be highlighted.normally
- Add plugin icon.
0.0.3
- Add highlighted keywords: rt, new, block, arg.
- Add highlighted operators: ^, /, ≥, ≤, >, <.
- Add plugin icon.
| |