init commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
from talon import Context, Module
|
||||
|
||||
from ..c.c import operators
|
||||
from ..tags.operators import Operators
|
||||
|
||||
ctx = Context()
|
||||
|
||||
ctx.matches = r"""
|
||||
code.language: cpp
|
||||
"""
|
||||
|
||||
|
||||
@ctx.action_class("user")
|
||||
class UserActions:
|
||||
def code_get_operators() -> Operators:
|
||||
return operators
|
||||
@@ -0,0 +1,8 @@
|
||||
code.language: cpp
|
||||
-
|
||||
|
||||
tag(): user.code_operators_array
|
||||
tag(): user.code_operators_assignment
|
||||
tag(): user.code_operators_bitwise
|
||||
tag(): user.code_operators_math
|
||||
tag(): user.code_operators_pointer
|
||||
Reference in New Issue
Block a user