Files
helix/tests/query/highlights/jsx/components.jsx
2026-06-20 14:49:53 +09:00

8 lines
171 B
React

function App(props) {
const x = obj.field;
// ^ @variable.other.member
return <Button id={x} />;
// ^ @constructor
// ^ @attribute
}