Open slel opened 4 years ago
Description changed:
---
+++
@@ -4,3 +4,6 @@
Related:
- #30500: Meta-ticket: document configuring IDEs and text editors
+- #19972: Fix doc syntax highlighting
+- #12451: Syntax highlighting for notebook debugger
+- #3953: make it so foo?? shows the source code syntax highlighted
Description changed:
---
+++
@@ -3,6 +3,7 @@
Related:
+- #30760: Implement parser for Sage
- #30500: Meta-ticket: document configuring IDEs and text editors
- #19972: Fix doc syntax highlighting
- #12451: Syntax highlighting for notebook debugger
Description changed:
---
+++
@@ -8,3 +8,4 @@
- #19972: Fix doc syntax highlighting
- #12451: Syntax highlighting for notebook debugger
- #3953: make it so foo?? shows the source code syntax highlighted
+- #27528: clean up documentation highlighting
Can you explain the goal of this ticket?
Editors which support tree-sitter can use tree-sitter-sage. For example, it should work with emacs (tested), neovim, helix, atom and zed.
This ticket is about defining a syntax highlighting mode aware of Sage's additions to Python syntax.
Related:
30760: Implement parser for Sage
30500: Meta-ticket: document configuring IDEs and text editors
19972: Fix doc syntax highlighting
12451: Syntax highlighting for notebook debugger
3953: make it so foo?? shows the source code syntax highlighted
27528: clean up documentation highlighting
Component: user interface
Issue created by migration from https://trac.sagemath.org/ticket/30501